Hi,
I updated to latest Legenda theme here http://dianascraftycakes.com/about-diana/ and I cannot change header logo size.
What would the code be to insert in custom.css?
Many thanks,
Fred
This topic has 11 replies, 3 voices, and was last updated 9 years, 8 months ago ago by Jack Richardson
Hi,
I updated to latest Legenda theme here http://dianascraftycakes.com/about-diana/ and I cannot change header logo size.
What would the code be to insert in custom.css?
Many thanks,
Fred
Hello,
Please try to add this code in custom.css file
.header1 .logo img{
width: 400px;
max-width: 400px;
}
Regards,
Robert Hall
Hi,
I added the code but didn’t make any difference. I refreshed and clear the browser in Chrome.
Hello,
Please provide us with wp-admin access in Private Content.
Regards,
Robert Hall
Sure 🙂
Hello,
I don’t see Appearance->Editor tab in wp-admin panel to check the custom.css file.
Please provide us with FTP credentials in Private Content also.
Regards,
Robert Hall
Hi,
This was disable for safety reasons, I have enabled it again for you.
Please check again,
Cheers,
Fred
Hi,
It seems to work now, the changes you suggested 🙂 Many thanks.
Can you tell me the code for changing the size of the font and logo in the sticky menu (menu that appears when scrolling down the page)?
Cheers,
Fred
Just add this code in custom.css.
.fixed-header .menu > li > a{
font-size:12px;
}
.fixed-header .logo-with-menu img{
width: 400px;
max-width: 400px;
}
Regards,
Robert Hall
Many thanks Robert, your a genius. It works great 🙂
Hello,
You’re welcome.
Best regards,
Jack Richardson.
The issue related to '‘Cannot change header logo size’' has been successfully resolved, and the topic is now closed for further responses