Ticket for: Accordions
0
Matthias Mühlenbruch
Hello,
how can ich change the FontColor in the Active Header?
2 Subscribers


Submit Answer
2 Answers
Best Answer
0

#accordions-3571 .ui-state-active .accordions-head-title{
color: #ffffff;
}
i just figured it out.
Best Answer
1

Welcome to our forum.
I can see there is no option for active header font color, you can add following CSS to do this
.accordion-header-active .accordions-head-title { color: #d21313 !important; }
Let me know the result.
Regards
#accordions-3571 .ui-state-active .accordions-head-title{
color: #ffffff;
}
i just figured it out.
Thx for your help anyways