Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1260672
    mynemesis
    Participant

    hi support,

    could you please help me (please see attached photo)

    how do you remove the box (current set to orange). When i click on it and as soon as the cursor move away, the box appear. where i can adjust or remove it completely please.

    #1260681
    Paul R
    Moderator

    Hi,

    To remove it, you can add this under Custom > Edit Global 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 that helps.

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