Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1322824
    Houston
    Participant

    I have noticed this for some time and would like to know how to get rid of the :focus outline around the menu items that I see some time when I hover outside of the menu item. (See attachment)

    houstonbrownphotography.com/moon-stage

    Many thanks,
    Houston

    #1322962
    Jade
    Moderator

    Hi there,

    Please add this code in the customizer:

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

    Hope this helps.

    #1324051
    Houston
    Participant

    Put this code in and it still shows up. 🙁

    #1324110
    Thai
    Moderator

    Please update the code to this:

    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 🙂

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