I'm currently using WPBakery's Accordion section, version 5.4.7, to showcase a Gravity Form. I am attempting to modify the background color of the active accordion section to black.
After exploring various forum examples, I have attempted to add the following CSS code to my theme's Custom CSS area:
.vc_tta-color-black.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading { background-color: #000000 !important;}
Unfortunately, this solution is not producing the desired effect.
Any suggestions or advice on how I could achieve this?
Appreciate any help!