Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].
Spent a lot of time trying to figure this one out.
When using the Tabs Widget and selecting a tab an outline border would appear on the tab. Tried everything then stumbled across this code:
—————————–
*:focus {
outline: none;
}”
—————————–
Cut an paste this to your custom CSS and it will fix the annoyance.
Log into your WordPress Admin. Go to. [Appearance] / [Custom CSS],
and paste in the code above. You will have to clear your cash. But all done no more focus border.
Hope it saved you some time.
Hi Troy
Thanks for reaching out and sharing your Custom CSS solution to removing browser outlines.