Viewing 6 reply threads
You must be logged in to reply to this topic.
Hi,
I would like to change the accordion color for a custom one..
Would you help me?
Thanks!!
Hello,
Please add this code into your custom css box:
.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading { background-color: #97E08B;}
Change the color to your need. Let us know if this is what you wanted.
Best regards!
Hi,
I’ve added this code into my custom css box, but didn’t worked…
If it’s necessary, I can give you my credentials.
Thanks!
Hello,
Sorry for the late reply.
Please edit the code above to this:
.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading { background-color: #97E08B !important;}
If still no luck, send us your wp credentials in a private reply and we’ll do it for you.
Best regards!
Thanks! now it works. But the color only affects to the active panel. Is it possible the color affects to general, “inactive” panel too?
a photo to explain it better, just in case: https://nueva.ifma-spain.org/acordeon
Hello,
yes, please edit the code above to this:
.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading { background-color: #97E08B !important;}
Best regards!
You must be logged in to reply to this topic.