Hi, I tried to follow the thread about this but it was confusing.
In the layerslider, I have text that I want to appear white but then turn red when hovered over — and linked to a page. I am also waiting for answers on two questions from a few days ago. Thank you!!!!
Hey williamslyd,
First off, thanks for using our theme :)
To fix it, just add the follow custom style code:
.ls-l-1 { background-color: #fff !important; color: #000 !important; } .ls-l-1:hover { background-color: red !important; color: #fff !important; }
Best regards,
John Torvik