Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #985786
    Royal8
    Participant

    X Friends I am having an issue where I can not remove the ‘border flash’ that intermittently occurs on the Agency theme. I am attaching a video where it presents on theme.co main Agency demo site. The ‘flash’ occurs as a full border briefly at the 2 sec, 11 sec marks as I click links. This occurs on all links, seems random, and happens on the main theme.co demo, as well as the modified theme I am working on. Please advise how to eliminate.

    Video Link: https://goo.gl/j5BaZB

    Thanks,
    R

    #985972
    Joao
    Moderator

    Hi There,

    Are you using Firefox?

    We have a known issue on Firefox that has already been forwarded to our development team.

    In the meanwhile could you please add the following code to your

    Appearance / Customizer / Custom / CSS

    
    .x-navbar .desktop .x-nav>li>a:hover>span {
        border-color: transparent !important;
    }
    
    .x-navbar .desktop .x-nav>li>a:onclick>span {
        border-color: transparent !important;
    }
    
    a:focus, select:focus, input[type="file"]:focus, input[type="radio"]:focus, input[type="submit"]:focus, input[type="checkbox"]:focus {
        outline: none;
    }
    
    

    Hope that helps,

    Joao

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