Sub Header / Menu Font Size
Hi,
I noticed the font is big but there's no option to change it without affecting something else on the site.
What shall I enter into the CSS to be able to control it please?
Thanks.
I noticed the font is big but there's no option to change it without affecting something else on the site.
What shall I enter into the CSS to be able to control it please?
Thanks.
Comments
menu font size can be changed under Theme options > Fonts > Size & Style section so we do not understand what else was being affected as this option works.
It's also tied together with other elements like the header on a blog slider.
If you made it so it was independant that would be ideal.
Do you have a CSS code to fix this please?
#menu ul li ul li a span {
padding: 0;
font-size: 18px !important;
font-weight: 900; !important;
line-height: 25px; !important;
letter-spacing: 1px; !important;
}