Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1338037
    Liberalistene
    Participant

    Hi

    This is yet another issue that deludes me. I have noticed that when you go into links (boxes, menu items, texts) on my web page in Firefox, you get some unwanted “animations” in the forms of a colored border. See the attached images for examples.

    I can’t find these active link borders in the CSS, so how do I remove them?

    Image d pictures the issue on a link in a box (red). Image e pictures the issue in the main menu (black). Image f shows the issue on a standard text link (black).

    URL: https://beta.liberalistene.org/

    #1338075
    Rue Nel
    Moderator

    Hello There,

    Thanks for writing in! To resolve this issues, please add the following css code in the customizer, Appearance > Customize > Custom > CSS

    a:focus, .x-btn:focus, .button:focus, [type="submit"]:focus {
      border: none;
      outline: none;
    }

    Please let us know how it goes.

    #1338087
    Liberalistene
    Participant

    Thank you! This seems to work.

    #1338118
    Rue Nel
    Moderator

    You’re welcome! We’re happy to help you out.
    If you need anything else we can help you with, don’t hesitate to open another thread.

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