Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1396185
    hacktron
    Participant

    Hi,

    I am using x-theme and I found that when using Firefox, for some reason if I am to click any link on the site and move the mouse off the target before the next page is served I have to stare at a heavy set border.

    I have tried removing all my css, and js to test it and in addition tried to use css such as

    a:hover{border:none;}

    to try and stop it.

    Any help would be much appreciated.

    #1396196
    Thai
    Moderator

    Hi There,

    Try adding the following CSS under Customizer > Custom > Edit Global CSS:

    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 !important;
    }

    Hope it helps.

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