Tagged: CSS
I’m attempting to increase the font size on the “Small menu above main menu” element, but in Advanced Styling, the font size is not there. I’m sure there is some CSS that can be utilizes to make it slightly bigger.. Can someone point me in the right direction?
Thanks!
Hey weddingsetgo,
Please try the following in Quick CSS under Enfold->General Styling:
#top #header_meta li a {
font-size: 18px;
}
Best regards,
Rikard
Thank you! It increased the font size for the menu portion, the “Phone number or small info text” wasn’t affected. Is there an additional variable for that portion?