How can I make the font larger on the header menu?
ADMIN PANEL > Enfold Theme Options > Styling > Quick CSS (paste code) :
.main_menu ul:first-child > li > a{
font-size: 21px;
}
it doesnt seem to change the size. Here is what I have in my quick CSS:
#header {
position: fixed;
}
#main {
margin-top: 152px;
}
#top .social_bookmarks li a {
font-size: 30px;
}
.main_menu ul:first-child > li > a{
font-size: 21px;
}
anyone?
Hey mohitso,
I just addressed your other topic on the same question here: https://kriesi.at/support/topic/my-quick-css-how-do-i-make-menu-font-in-header-larger
Please only make a single topic for an individual question as it makes it easier to answer and for others to search for answers.
Regards,
Devin