Tagged: ,

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #25602

    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.

    #127548

    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

    #127549

    Thanks!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Change colour of "+" symbol in accordion.’ is closed to new replies.