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

    In the toggle (accordian) panel, i cant seem to change the Heading color for all the togglers (+ symbol). If i try to do that from the shortcodes.css, it does only change the <p> color of the first and the last toggle when i add the color property to
    .togglecontainer .single_toggle:first-child .toggler, .togglecontainer .taglist + .single_toggle .toggler{
    and
    .togglecontainer > div:last-of-type .toggler
    How do i change the heading color for all the togglers without changing the text color?

    Thanks for the help

    #178779

    Hey boost2business!

    Please add following code to Quick CSS in Enfold theme options under Styling tab and adjust as desired

    span.vert_icon, span.hor_icon { border-color: red; }

    Cheers!
    Yigit

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Accordian Header CSS help’ is closed to new replies.