In the Accordion element is there a way to make it so that when one tab is open/active the title (or background color) for tha specific open tab is different than the rest? I have tried everything I can think of and every time it changes the colors for all of the tabs not just the open / active one.
Here is the site is question
http://hotspotcreative.ca/testsites/rwr/site/resources/
For example, when the Retirement Transition Tab is open I’d like for the title that says Retirement Transition to be #f16423
Hey Chris,
Please, I could not find the accordion element. Can you provide the link with this element?
Best regards,
John Torvik
Sorry. I have it so that it only shows on screens less than 768. You’ll need to resize the browser window.
I got it figured out.
.main_color .toggler.activeTitle {
font-weight: bold;
color: #f16423;
}