Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1129992
    tnainaar
    Participant

    Hi,

    I modified the agency template but I can’t seem to figure out the custom CSS code to disable the blue square border that appears around the menu button when you click one of the buttons on the menu.

    #1130046
    Thai
    Moderator

    Hi There,

    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.

    #1130086
    tnainaar
    Participant

    Thanks, perfect.

    #1130401
    Rue Nel
    Moderator

    You are most welcome!

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