Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #864744

    Naggenum
    Participant

    Hey there,

    for a few weeks time, we’ve been having an issue with our website sans-lorch.de . When clicking stuff in the navbar or other links elsewhere on the page, the things you click on get some very colorful yet annoying frames (pic attached). I never changed anything in the Customizer … no idea where this comes from. I hate these frames! 😀 How do I delete them? Any ideas?

    Thanks a lot! =)

    #865293

    Rupok
    Member

    Hi there,

    Thanks for writing in! You can add this under Custom > CSS in the Customizer.

    a:focus,
    select:focus,
    input[type="file"]:focus,
    input[type="radio"]:focus,
    input[type="submit"]:focus,
    input[type="checkbox"]:focus {
        outline: none !important;
    }

    Hope this helps.

    Cheers!

    #871802

    Naggenum
    Participant

    Gorgeous! Thanks a lot! =) … don’t know where that came from.

    Cheers!

    #872493

    Rad
    Moderator

    You’re welcome!