Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1422693

    Victor50000
    Participant

    Hi there!

    I have a small problem at my site.

    After clicking a menu link, sometimes a orange border appears for one second or so, see image.

    URL: http://repulse.digisera.se/

    Would you help me to remove this?

    Thanks alot!

    #1422934

    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.

    #1422969

    Victor50000
    Participant

    That did it, thanks alot!!

    #1423229

    Prasant Rai
    Moderator

    You are most welcome. 🙂