Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #874548

    laurendevine
    Participant

    Hey folks!
    I’m not sure what CSS I need to remove the thick border I’m seeing whenever I click any links (text, icon or otherwise) throughout the site. Please see a couple of screen shots, attached showing this thick boxy border. Again, this doesn’t happen on hover, but only on/after click.

    Any ideas? Thank you!

    http://www.lawwithinreach.com/bypass

    #874986

    Christian
    Moderator

    Hey there,

    Please add the code below in your Appearance > Customize > Custom > CSS.

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

    Hope that helps. 🙂

    #875374

    laurendevine
    Participant

    That did the trick! Thank you very much! 🙂

    #875499

    Nico
    Moderator

    Hi There,

    Happy to hear that.

    Feel free to ask us again.

    Have a great day! 🙂