-
AuthorPosts
-
November 13, 2016 at 4:43 am #711529
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.
November 13, 2016 at 10:05 am #711581Hey Mark,
Could you post a link to the site in question so that we can take a closer look please?
Best regards,
RikardNovember 14, 2016 at 1:27 am #711728Hi Rikard,
The dev URL is below in the private content box…thanks for your help!
Mark
November 14, 2016 at 4:08 am #711741Hey!
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,
NikkoNovember 14, 2016 at 5:39 am #711769Hi 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; }November 14, 2016 at 5:45 am #711772Anticipating you’ll need access to the theme…pasting it in the private data box:
November 14, 2016 at 10:09 am #711849Hey!
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,
NikkoNovember 15, 2016 at 5:33 am #712320Ah, perfect – thank you so much, Nikko! I appreciate your help!
November 15, 2016 at 6:12 am #712327Hey!
Glad we could help :)
Best regards,
Nikko -
AuthorPosts
- You must be logged in to reply to this topic.
