Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #110917

    newmed
    Participant

    Hi,

    Haven’t found a similar topic so here it goes.

    How can I remove the border (or make it transparent) on the active links and link hover at the navigation bar? I’ve tried to do so with plain css and I’ve been looking crazy in the theme options, but no luck so far.

    Dennis

    #110997

    Nabeel A
    Moderator

    Hey Dennis,

    To remove the navbar borders Add this code via Appearance > Customize > Custom > CSS:

    .x-nav-tabs > .active > a, .x-nav-tabs > .active > a:hover {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    }

    Let us know how this goes!

    #147540

    newmed
    Participant

    Sorry, totally forgot to react, But it worked.

    Thank you!

    #147784

    Cousett
    Member

    Glad we were able to help. 🙂 Have a nice day.