This topic has 8 replies, 2 voices, and was last updated 1 months, 1 weeks ago ago by Rose Tyler
I’m unable to change the active tab color when multiple tabs are present on the page. I’ve added the tab element and tried adjusting the settings, but the active tab color remains unchanged It s a grey colour as the screenshot. How can I resolve this issue effectively?
Hello, Merin,
Thank you for reaching out to us with your concern. We understand that you are experiencing difficulty in changing the active tab color on your page. Please provide the URL of the page here.
Best Regards,
8Theme’s Team
Hello, Merin,
Custom CSS code can be used: https://prnt.sc/Zt_y9qYmr5gk
.vc_tta-color-sky.vc_tta-style-modern .vc_tta-tab.vc_active>a {
border-color: red;
background-color: red;
color: black;
}
Best Regards,
8Theme’s Team
I tried this code. But not working. Please provide an alternative solution
Thank you! It’s working perfectly now.
Hello, Merin,
You’re welcome!
Best Regards,
8Theme’s Team
The issue related to '‘How to Change the Active Tab Color in a Tab Element’' has been successfully resolved, and the topic is now closed for further responses