refer to the picture
you can see the activated tab named “specification”
there is a blue shade around the activated tab,
how can I remove this effect?
Hey paulchiao,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
.tab_titles div {
outline: none;
}
If you need further assistance please let us know.
Best regards,
Victoria
Hi Victoria,
thanks for your support
since I have enfold child, so I copy the custom.css and put it into themes/enfold-child/css/custom.css
but it does not work.
please advice?
Hi,
Please try this instead:
.tab_titles div:focus {
outline: none !important;
}
Best regards,
Rikard
Hi Rikard,
thanks for your support
but unfortunately, it does not work either.
I use this one instead,
.tabcontainer .tab_titles .tab.active_tab {
outline: none !important;
}
although the shade effect disappears for the activated tab, the shade effect still emerge in the process we choose a tab until we release the mouse.
please help us.
thanks in advance.
Hi paulchiao,
Could you please attach some screenshots of the issue?
Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?
Best regards,
Victoria
Hi paulchiao,
Glad you got it working for you! :)
If you need further assistance please let us know.
Best regards,
Victoria