Hi,
how do I get the size of the font in the submenue changed?
https://pixelway.de/projekt-hausarzt/
Thanks
Hello,
To increase the submenu font size, please, use the following code:
#Top_bar .menu li ul.sub-menu{ font-size: 20px!important; }
Comments
Hello,
To increase the submenu font size, please, use the following code:
Thanks