Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #905541
    fireleaf
    Participant

    Hi there,
    I have a strange behavior of my website in Firefox.
    When I click on a Menu Link or for example on the “Post Page” on the Filter option, it will display a thick green(turquoise) frame/border around the link after it has been clicked. However, this only happens in Firefox but on several machines tested the same behavior.
    Please visit: http://helloarchipelago.com/wordpress/ on Firefox (Mac) and see if you have the same issue. If yes, can you let me know how to resolve this?

    Attached are some screenshots so you can better understand what I try to explain.
    Many thanks in advance, Darneson

    #906501
    Darshana
    Moderator

    Hi there,

    Thanks for writing in! Please add the following CSS workaround into your Customizer, Custom > CSS area.

    
    /*remove border around links and buttons in Firefox*/
    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;
    }
    

    Hope that helps.

    #909127
    fireleaf
    Participant

    Hi,
    thanks for your help!
    That did the trick 🙂
    Best regards

    #909275
    Joao
    Moderator

    Great 🙂

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