How do i get rid of black borders on Accordion widget?
Hi when you click on the Accordion widget title or body text there is a big black border that I want to get rid of. How do I get rid of it? See here: https://covidtest.com.au/faq
This is our free support forum. Replies can take several days.
Need fast email support? Get SiteOrigin Premium
Replies
1Hi 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.