This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

Replies

1
  1. Andrew Misplon Staff 4 years, 4 months ago

    Hi Larissa

    Thanks for reaching out.

    If you’re using SiteOrigin CSS you can add the following to AppearanceCustom CSS. If not, you can add the following to CustomizeAdditional CSS:

    *:focus {
        outline: none !important;
    }

    Browsers add focus styling for accessibility reasons so you might want to leave it in place. You can read a bit more at the links below:

    https://stackoverflow.com/questions/3397113/how-to-remove-focus-border-outline-around-text-input-boxes-chrome
    https://css-irl.info/accessibly-hiding-focus-outlines/

Replies on this thread are closed.

Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.

Have a different question or issue?

Start New Thread