Comments Stephan started the conversationMarch 23, 2018 at 9:36amHello, how can I change the font size and the font color of the title in the accordion? 1,975Support repliedMarch 23, 2018 at 4:18pmHellofont size:.accordion dt { font-weight: 700; font-size: 14px;}color:.accordion dt.accordion-active { color: #fff;}for active (expanded) accordions.accordion dt.accordion-active { color: add your color code here;}for normal state itemsThank you. Clapat Support https://www.clapat.com/ Review Envato Item Support Policy Sign in to reply ...
Hello, how can I change the font size and the font color of the title in the accordion?
Hello
font size:
.accordion dt {
font-weight: 700;
font-size: 14px;
}
color:
.accordion dt.accordion-active {
color: #fff;
}
for active (expanded) accordions
.accordion dt.accordion-active {
color: add your color code here;
}
for normal state items
Thank you.
Clapat Support
https://www.clapat.com/
Review Envato Item Support Policy