Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1057931
    2k kreativkonzept
    Participant

    hi guys,

    is there any code to get rid off the select-border in the icon-theme-navi?(see screenshot) i’ve seen some in the forum but they didnt work.

    thank you!

    #1057970
    Joao
    Moderator

    Hi There,

    Please add the following code to Appereance Customizer Custom CSS

    .x-navbar .x-nav > li > a {
    border: 0;
    }

    Hope it helps,

    Joao

    #1057977
    2k kreativkonzept
    Participant
    This reply has been marked as private.
    #1058025
    Joao
    Moderator

    Hi There,

    Please update the code above to:

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

    Hope that helps,

    Joao

    #1058030
    2k kreativkonzept
    Participant

    perfect! Thank you

    #1058119
    Joao
    Moderator

    You are welcome.

    Let us know if you have any questions.

    Joao

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