Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1056409
    2k kreativkonzept
    Participant

    hi,

    how can i get rid of the select-hover-effect (red quarter) in the navbar at the icontheme? See screenshot.

    thank you!

    #1056686
    Rupok
    Member

    Hi there,

    Thanks for writing in! To remove this focus outline for all inks, you can add this under Custom > CSS in the Customizer.

    a:focus, select:focus, input[type="file"]:focus, input[type="radio"]:focus, input[type="submit"]:focus, input[type="checkbox"]:focus {
      outline: medium none !important;
    }

    To do this for the menu link only, you can use this instead :

    .x-navbar .x-nav > li > a:focus {
      outline: medium none;
    }

    Hope this helps.

    Cheers!

    #1057847
    2k kreativkonzept
    Participant

    hi,

    great it works. thank you for your service!

    cheers

    #1057852
    Paul R
    Moderator

    You’re welcome! 🙂

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