Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1156959
    Lorie
    Participant

    Hi there. How do I remove the red box that appears around selected links – including in the main nav?

    Thank you in advance for the awesome support.

    #1157052
    Joao
    Moderator

    Hi There,

    Thanks for writing in and sorry you’re having this issue, this is a bug that is already on our reported list. Temporary fix is adding 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: none !important;
    }

    Hope it helps, Cheers!

    #1157064
    Rupok
    Member

    Hi there,

    Thanks for writing in!
    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: none !important;
    }

    Hope this helps.

    #1157529
    Lorie
    Participant

    Great. Thank you!

    #1157650
    Jade
    Moderator

    You’re welcome Lorie.

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