Hi, thanks again for the best theme and support I’ve encountered. I wonder if you could help me achieve this: I have an Accordion and I want to specify the color of the title background and its hover state. I want to have all accordion toggles the same color, on hover I want a second color and when active I want a third.
Best regards /Michael
Hi musklick!
Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed
p.toggler:hover {
background-color: green!important;
}
p.toggler.activeTitle {
background-color: red!important;
}
p.toggler {
background-color: orange!important;
}
Best regards,
Yigit
Thanks Yigit, that’s a new record in quick response. And it works flawlessly, thanks :)
/Michael