Tagged: x Author Posts February 28, 2017 at 3:02 pm #1389256 KashevkoParticipant Hi! My website: ponylab.studio I’m trying to make ”Get a Quote” menu item bold… I’ve tried next codes: .x-navbar .desktop .x-nav>li.menu-item-670 a { font-weight:bold; } #menu-item-670 a span { font-weight: bolder; } .x-navbar .x-nav > li#menu-item-670 > a { font-weight: bold; } Can’t get any result. What am I missing? Thanks in advance, Serg. February 28, 2017 at 11:32 pm #1389757 FriechModerator Hi Serg, Thanks for writing in! The menu text items are already bold, that is the boldest weight you can have for “Lato” font. Either you make the other menu item light. header .x-navbar .x-nav-wrap .x-nav > li:not(#menu-item-670) > a { font-weight: 100; } Or use a different font for Get a Quote so you can have it as bolder. header .x-navbar .x-nav-wrap .x-nav > li#menu-item-670 > a { font-family: arial; font-weight: bolder; } Hope it helps, Cheers! Author Posts <script> jQuery(function($){ $("#no-reply-1389256 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script> Log In Username: Password: Keep me signed in Log In