Hello,
I’m trying to make the main navigation (top level) and subnav menus bolder but cannot seem to get things to work.
I found a thread from 2014 but my assumption is the css code is out of date
Please advise on how I can make the entire main menu and submenu bold and change the font sizes if necessary. I looked at the advanced styling areas within the theme options and only saw limited settings.
Hey Mark,
Could you post a link to the site in question so that we can take a closer look please?
Best regards,
Rikard
Hi Rikard,
The dev URL is below in the private content box…thanks for your help!
Mark
Hey!
Try using this code snippet in Quick CSS:
#top #header .av-main-nav li a {
font-weight: bold;
font-size: 14px;
}
Hope this helps :)
Regards,
Nikko
Hi Nikko,
I added the snippet in the css styling box and there was no change to the menus. I added the !important as well:
#top #header .av-main-nav li a {
font-weight: bold;
font-size: 14px; !important;
}
Anticipating you’ll need access to the theme…pasting it in the private data box:
Hey!
Thanks for providing admin access :) I was able to check your Quick CSS and found out this code block have two } which is causing the problem:
figcaption.av-inner-masonry-content.site-background {
background-color: #ffffff!important;}
}
It’s now working properly and cleaned up your Quick CSS a bit by adding some indents so it’s easier to read. You can adjust the values now and it should take effect properly :)
Best regards,
Nikko
Ah, perfect – thank you so much, Nikko! I appreciate your help!
Hey!
Glad we could help :)
Best regards,
Nikko