Tagged: tabs
I am getting a blue outline around the active tab in my portfolio items. How do I get rid of this?
Hey ecoramarketing,
I can’t see anything like that on my end using Chrome, could you try to explain the problem a bit further or post a screenshot of it please?
Best regards,
Rikard
Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
CSS Snippet:
:focus {
outline: none;
}
Best regards,
Yigit
That worked!
Thanks
Hi,
You are welcome! :)
For your information, you can take a look at Enfold documentation here – https://kriesi.at/documentation/enfold/
If you have any other questions or issues, feel free to start a new thread under Enfold sub forum and we will gladly try to help you :)
Best regards,
Yigit