Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #992364
    gnyc
    Participant

    Hey guys, quick question. I inadvertently turned on some option that highlights clicked links in an outline before loading the next page. I was wondering how to turn this off. Pic is attached.

    #992429
    Thai
    Moderator

    Hi There,

    Please add the following CSS under Customizer > Custom > CSS:

    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 🙂

    #992592
    gnyc
    Participant

    Worked like a charm. Thank you!

    #992923
    Rue Nel
    Moderator

    You’re welcome!
    We’re glad we were able to help you out.

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