This is what my quick CSS looks like now and its not working, any ideas? Ijuyst want the words bigger.
it doesnt seem to change the size.
#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;
}
Hey mohitso,
Can we see your site live? We can inspect the code and see what css should be used to accurately target your main menu and make the font size larger.
Regards,
Devin
Hi!
Insert following code into the quick css field:
.main_menu ul:first-child > li > a {
font-size: 13px;
}
and use another font size value.
Best regards,
Peter
doesnt seem to work either.
Hi,
The code Peter suggested should work. Please try to remove browser cache the reload the page again. Change the value to 17px or larger so that you can see the effect.
What kind of header are you using?
Regards,
Ismael
I have the same problem. I am using the ¨Header with social icons and bottom navigation¨. I tried the above code in the Quick CSS field and it had no effect.
Hi,
Try this on your Quick CSS or custom.css
.menu-item a {
font-size: 20px!important;
}
Regards,
Ismael
.menu-item a {
font-size: 20px!important;
}
Thanks man, this one works