Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #655317

    clement-thierry
    Participant

    Hey,

    how can i remove the red highlight border around certain elements as i.e. on the add to cart button when i click on it. Same occurs on the price filter in the sidebar (see attached image)

    thx in advance!

    Attachments:
    You must be logged in to view attached files.
    #655353

    Prasant Rai
    Moderator

    Hello There,

    Thanks for writing in! To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.

    Thanks.

    #655396

    clement-thierry
    Participant
    This reply has been marked as private.
    #655558

    Zeshan
    Member

    Hi there,

    You can remove that outline using following CSS code under Custom > CSS in the Customizer:

    .x-btn:focus, .button:focus, [type="submit"]:focus {
       outline: none;
    }
    

    Please note that this styling is for the purpose of accessibility. You may find more detail at the top of this article: https://css-tricks.com/removing-the-dotted-outline/

    Thank you!

    #659549

    clement-thierry
    Participant

    thx a lot!

    #659626

    Thai
    Moderator

    You’re most welcome 🙂