Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1323572
    Pbalazs89
    Participant

    Hi there,

    I’m building a site here:

    And I have added some borders to the right of the LI tags. I would like to remove these borders from the search and language selector LI’s.

    I tried using this code but it does not seem to do the trick:

    .masthead-inline .desktop .x-nav > li:nth-child(6){
      border:none;

    What am i doing wrong?

    Thanks!

    #1323589
    Pbalazs89
    Participant

    Managed to fix it, thanks anyway.

    Another question though.

    How can I change the nav menu > sub menu’s font size and family? Can’t seem to target it via inspector.

    Thanks!

    #1323680
    Thai
    Moderator

    Hi There,

    Please try with this CSS:

    .x-navbar .desktop .sub-menu li > a {
        font-size: 15px;
        color: #000;
        font-family: "Lato";
    }

    Hope it helps 🙂

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