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