Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #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.

    #711581

    Hey Mark,

    Could you post a link to the site in question so that we can take a closer look please?

    Best regards,
    Rikard

    #711728

    Hi Rikard,

    The dev URL is below in the private content box…thanks for your help!

    Mark

    #711741

    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

    #711769

    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;
    }
    #711772

    Anticipating you’ll need access to the theme…pasting it in the private data box:

    #711849

    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

    #712320

    Ah, perfect – thank you so much, Nikko! I appreciate your help!

    #712327

    Hey!

    Glad we could help :)

    Best regards,
    Nikko

Viewing 9 posts - 1 through 9 (of 9 total)
  • You must be logged in to reply to this topic.