Hi Team,
My current accordion font is #6825b0 and my current hover background colour is the same. How do I make the hover font change from #6825b0 to #ebc728? Do I need an CSS? If so, where do I enter it?
Thank you in advance for your help!
Hey billysbuddies,
Try adding this code to QUick CSS (located in Enfold > General Styling):
#top .single_toggle:hover p {
background: #ebc728;
}
Hope this helps. :)
Best regards,
Nikko