How can the colour of the “+” symbol in the accordion be changed? I’ve tried various classes and ID’s after viewing page source, but have been unsuccessful in pinpointing the correct one.
Hi!
You can use following code to change the color – insert it into the quick css field
#top .toggle_icon .hor_icon, #top .toggle_icon .vert_icon, #top .toggle_icon{
border-color: #333;
}
Regards,
Peter
Thanks!