This topic has 4 replies, 3 voices, and was last updated 10 years, 2 months ago ago by Eva Kemp
Hi 8theme,
I have 2 issues with your awesome Legenda theme.
Can you help me?
– the header logo’s size is weird on mobile devices.
– white bacground on blog page (under the title) on mobile devices and pc.
thank you, and congrats for your theme! 5 stars!
Hello,
To remove white background you can add the following code to the custom.css:
page-heading {
background-color: #151515;
}
And this code to fix issue with the logo:
@media (max-width: 979px) {
.header .logo img {
height: auto !important;
}
}
Here is a video tutorial how to create custom.css: https://www.youtube.com/watch?v=Qok2zRedRMY&feature=youtu.be.
Regards,
Jack Richardson
Thank you!!!
Regards,
Sandor Hegedus
Hello,
You’re welcome.
Regards,
Eva Kemp.
Tagged: background, blog, error, header, logo, mobile, woocommerce, wordpress
The issue related to '‘Mobile header logo and blog bg error’' has been successfully resolved, and the topic is now closed for further responses