Changing font color in active Header

Ticket for: Accordions Combo
0
Changing font color in active Header 1
Alexander Lorenzo
May 08, 2020 12:44 AM 1 Answers
Member Since Apr 2020
Subscribed Subscribe Not subscribe
Flag(0)

Good Afternoon,

Is there a way to change the color of the font for active headers? Maybe even using css?

I saw there was an option to change the font color on all the headers, but not the Active ones. I wouldn't mind doing it with some css, but for some reason im not able to target the "active" headers.

2 Subscribers
Changing font color in active Header 1
Changing font color in active Header 3
Submit Answer
Please login to submit answer.
1 Answers
Sort By:
Best Answer
0
Changing font color in active Header 4
PickPlugins
May 09, 2020
Flag(0)

Welcome to our forum.
I can the option is not available, please try following CSS

.accordions .ui-state-active .accordions-head-title {
color: #f99 !important;
}

.accordions .ui-state-active .accordion-icons { color: #f99 !important; }

Let me know the result.

Regards

Changing font color in active Header 5
Alexander Lorenzo
- May 09, 2020 12:17 AM
Flag (0)
0

Wow worked Perfectly! Thankyou so much and for always replying so quick! Your awesome!

Sign in to Reply
Replying as Submit