Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1389256
    Kashevko
    Participant

    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.

    #1389757
    Friech
    Moderator

    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!

  • <script> jQuery(function($){ $("#no-reply-1389256 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>