Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #918442

    Hi there,
    My main menu font is Montserrat and is bold on home page. When I navigate to other pages it reduces in weight. How do I make it all bold and thick weight like home page?
    Thanks

    #918475

    Hey marsh1984,

    I have tried to check your site however theres a pop-up window asking for username and password.

    Best regards,
    Nikko

    #918483

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:

    #top #header .av-main-nav > li > a {
        font-weight: bold;
    }
    

    Please make sure that > sign is not converted to – http://i.imgur.com/IDXRZQ3.png in Quick CSS field.
    Best regards,
    Yigit

    #918503

    Hi there,
    Please find details to view site attached.
    I tried your code but no luck.
    Thanks

    #918800

    Hi,

    Thanks for that. Please try this CSS instead:

    #top #header .av-main-nav > li > a {
        font-weight: bold !important;
    }

    Best regards,
    Rikard

    #918814

    Hi no change yet, attached are site login details FYI

    #918865

    Hi,

    I see, the problem was 700 font weight on Montserrat font isn’t called on other pages except for the homepage (thanks to the layerslider). I have added this stylesheet:

    <link href="https://fonts.googleapis.com/css?family=Montserrat:700" rel="stylesheet">

    in Enfold > Google Services > Google Analytics Tracking Code :) If you need to add you google tracking code you can put it below the code ;)
    Hope this helps.

    Best regards,
    Nikko

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