How to remove Astra theme focus outline or Astra theme focus dotted border?

We all know that Astra is one of the popular themes, but while using Astra we face a problem sometimes, that is when we click anywhere, it shows the focus dotted outline. If you are looking for a solution to remove Astra theme showing focus dotted border/outline after clicking, then you are in right place.

Basically, Astra theme has this focus outline option by default, but if you want to remove then can use the below CSS code, the following code should be added to your website.

*:focus {
    outline: none !important;
}

Copy the above CSS code and go to WordPress Dashboard >> Customize >> Additional CSS then paste the code and publish it.

Leave a Comment

Your email address will not be published.