Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1096898
    MaddyJones
    Participant

    Hi,

    I’d like to not have the navigation menu links underlined but I can’t see how to remove this. Please can you help? I’m using Ethos.

    Many thanks!

    #1096995
    Joao
    Moderator

    Hi There,

    Please add the following code to Appereance Customizer Custom CSS

    .x-navbar .desktop .x-nav > li > a {
        box-shadow: none;
    }
    

    Hope that helps

    Joao

    #1098727
    MaddyJones
    Participant
    This reply has been marked as private.
    #1098759
    Joao
    Moderator

    Hi There,

    Please use this code instead:

    .x-navbar .desktop .x-nav > li > a:hover, .x-navbar .desktop .x-nav > .x-active > a, .x-navbar .desktop .x-nav > .current-menu-item > a {
        box-shadow: none;
    }

    Hope it helps,

    Joao

    #1099148
    MaddyJones
    Participant

    Thanks so much! It worked well 🙂

    #1099498
    Prasant Rai
    Moderator

    You are most welcome. 🙂

    #1128895
    MaddyJones
    Participant
    This reply has been marked as private.
    #1129042
    Joao
    Moderator

    Hi There,

    Please add the following code to Appereance Customizer Custom CSS

    .x-navbar .desktop .x-nav>li>a:hover>span ,.x-navbar .desktop .x-nav>.x-active>a>span, .x-navbar .desktop .x-nav>.current-menu-item>a>span{
    border-color:transparent;
    }

    Hope it helps

    Joao

    #1129117
    MaddyJones
    Participant

    Hi

    Thanks so much it works perfectly!

    Maddy

    #1129193
    Joao
    Moderator

    Hi Maddy

    I am glad we managed to help 🙂

    Joao

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