Hi
Can you tell me how to change the hover over colour in an accordian please so that the white text doesn’t disappear – see link below.
Many thanks
Hey Picante!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
p.toggler:hover {
color: #5f8789!important;
}
Cheers!
Yigit
That’s worked a treat – thank you!