Hi
I have made a logo to a homepage in PNG, but when I upload it in the backend>> appearance>>header. Then the logo turns black?
At the same time I can see in the folder “Uploads”, that the logo has changed to a JPG file, very strange.
My code is:
body {
background:#ececec url(images/background.jpg) top left repeat-x;
font-family:"Vegur", sans-serif;
font-size:16px;
line-height:18px;
}
Even with the original code it is the same problem
body {
background:#FFF;
color:#000;
font-family:"Vegur", sans-serif;
font-size:16px;
line-height:18px;
}
Can somebody help me solve this problem.
Regards, Carl
I’ve never seen that happen. Files shouldn’t be converted. Are you uploading it at exact dimensions or are you cropping it?
A plugin is probably causing this. try disabling them onde-by-one and see if the issue resolves.
Sorry Daniel
It was my mistake (:, I had cropping the picture . It works fine now with the picture size 940X150 px
Sorry Daniel
It was my mistake :(, I had cropping the picture . It works fine now with the picture size 940X150 px