I have tried everything with no luck. I want to change the font color of the Accordion Title only. I see in the theme you can only change all under styling which effects the title and the copy within the toggle. How do you just change the TITLE ONLY font color.
h3.aviaccordion-title {
color: #9977B1!important;
}
Tried this among other code. Nothing seems to work!
Hi,
Add this to quick css:
.toggler.av-inherit-font-color.av-inherit-border-color{
color:red!important;
}
Best regards,
Jordan Shannon
Hi,
I’m glad I was able to help you. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon