logo custom css
-
After the update i did today the custom css i use for the logo is not working
i use:
img.custom-logo {
width: 650px;
}Can someone help me, adjusting in theme options is also not working.
see our logo on http://wgdenheijer.nl/
-
Hi,
I have the same problem and my logo start to be cuted for square 250x250px.
Coule someone help us with it?
You can see my logo on this site: http://sisland.pl/
Regards,
DarekHello,
Go to Dashboard -> Appearance -> Customize -> Site Identity -> here you can add logo.
and go to Appearance -> Customize -> Theme Options -> Theme General Options-> here you can adjust the width and height of the logo and save.Thanks.
Thank you for your reply, but i already fount this option, but this is not working.
that is why i found the custom css in this forum, but now this is also not working.Hello,
Go to Dashboard -> Appearance -> Customize -> Theme Options -> Theme General Options -> paste the below code in Custom CSS box and save.
.logo img { height: 100px; width: 352px; }You can adjust height and width of the logo as per your requirement.
Thanks.
Hello thank you agai, this helps a bit…
it is indeed expanding the logo, but only the adjusment of the box.
the logo itselve is not 100% it is bigger then the box (100 * 352)see website of us, so you can see what i mean
Hi,
Thank you for your reply but it does not working good. When I add my logo there is an option to crop my image but does it not matter I skip it or not. The logo is cuted.
Could you check it again?
Regards,
Darek
Having same issues as Darekbur. I used the CSS code provided in this thread, but it only spreads out the cropped image. I also included the entire image when it asked what to crop, but after clicking ok, it still only gives me the 250×250 cropped image.
my website is: http://www.outpourstl.org/
Hello,
If you dont update wordpress then please update to new version wordpress 4.8.
Go to your enigma theme directory and open functions.php file and see line no. 32 and 33 –
'height'=>55, 'width'=>150,Replace it with below code and save the file.
'height'=>'', 'width'=>'',Now go to Dashboard -> Settings -> Media -> now uncheck the “Crop thumbnail to exact dimensions” option and save.
Than upload the fresh image of the logo.
Thanks.
Sorry to inform you but still no succes
Hi,
I did everything you suggested but no succes.
Regards
I followed the directions and got my logo to show up and uncropped, but it’s small. I used the CSS code provided in this thread to make it bigger, but the photo becomes very pixel-ated. I will create a new thread to trouble shoot my issues.
-
This reply was modified 8 years, 10 months ago by
wling.
Hello Darekbur and danny070,
Please Go to your enigma theme directory and replace header.php with the below file and save.
now remove the below code from Custom CSS box and save –
.logo img { height: 100px; width: 352px; }Thanks.
-
This reply was modified 8 years, 10 months ago by
weblizar_support.
Thank you very much. Everything is OK.
Thank you again.
Regards,
Darek
That worked, thank you!
-
This reply was modified 8 years, 10 months ago by
The topic ‘logo custom css’ is closed to new replies.
