Hi, I’ve been struggling with the fullwidth easy slider on the homepage not looking great in mobile and also wanting it a bit deeper than standard (but none of the standard sizes fitted), so I’m now trying to recreate it in layerslider instead.
The only thing I can’t replicate is the buttons changing colour on hover – could you provide a bit of code please?
Hey!
Please add following code to Quick CSS
a.ls-l:hover p {
background: orange!important;
color: red!important;
}
Cheers!
Yigit
great thank you