Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #379914

    Hello,

    Please help , I want to change the background color and header text color for active toggle in Accordion bar shortcode. I cant find a way to make change on it.

    I would like to change active accordion bgcolor to be blue (better if can be gradient blue like my nav bar)

    Please help , Thank you

    #380417

    Hi zmkstudio!

    Add this to your custom CSS.

    .single_toggle .activeTitle {
      background: none repeat scroll 0 0 blue !important;
      color: white !important;
    }

    Your probably going to have to disable the Cufon plugin though if you want to change the color.

    Regards,
    Elliott

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.