hi,
i want to know how to change my accordions pictured here : http://screencast.com/t/4gdo4bvjkhJ7 to have be colored with a white font. what do i have to edit to accomplish that?
Hi yasin0424!
You can change the color of the font with this CSS.
.toggler { color: red !important; }
Regards,
Elliott