Tagged: widget footer
Hi!
After the upgrade from 3.8.5 to 4.0.5 i have an issue with font size into the widget >Individual Menu<. The font is smaller as i did into setup. Place here is the footer of the page.
What can i do?
Alexander
Hey Alexander,
Try adding this css code in Quick CSS (located in Enfold > General Styling):
#top #footer .widget_nav_menu li {
font-size: 15px;
font-weight: bold;
}
Just adjust the font size value as you see fit. Hope this helps :)
Best regards,
Nikko
Hi Nikko,
many thanks for your quick support.
Code works…but thats an issue since enfold update 4.0.x. Before it wasn´t…maybe an info to the developer team worth. ;-)
Best regards,
Alexander
Hi,
Glad to hear that it helped :) we will let our devs regarding this.
Best regards,
Nikko
lol! I got the opposite effect on two multisite installs. I had to adjust all of the font-sizes. In a way, now they seem to be properly responding to the size set (I used to set an H2 to 28px so it would look like a 21px)
It all looks good now. But I thought this additional info might help somebody else.