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
Hey marsh1984,
I have tried to check your site however theres a pop-up window asking for username and password.
Best regards,
Nikko
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
Hi there,
Please find details to view site attached.
I tried your code but no luck.
Thanks
Hi,
Thanks for that. Please try this CSS instead:
#top #header .av-main-nav > li > a {
font-weight: bold !important;
}
Best regards,
Rikard
Hi no change yet, attached are site login details FYI
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