Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1070556
    ctsavas
    Participant

    Hey,

    How to deactivate the border around the menu Words?

    screenshots attched.

    thanks

    Chris

    #1070560
    Thai
    Moderator

    Hi Chris,

    Try adding the following CSS under Customizer > Custom > Edit Global CSS:

    a:focus, 
    a.x-btn:focus, 
    select:focus, 
    input[type="file"]:focus, 
    input[type="radio"]:focus, 
    input[type="submit"]:focus, 
    input[type="checkbox"]:focus, 
    input[type="button"]:focus {
            outline: none !important;
    }

    Hope it helps.

    #1070605
    ctsavas
    Participant

    thank you

    works for me 😉

    #1070717
    John Ezra
    Member

    You’re most welcome!

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