Hi
I am trying to figure out why the hover function of a button created on the slider is not working.
I’ve added a class .sliderbutton to the text layer and css:
.sliderbutton:hover { background: #b9c533 !important; color: #0a2940 !important; }
Can you assist?
Hey StaceyStaaterman,
.ls-layer-link {
background: #b9c533 !important; color: #0a2940 !important;
}
Your button is outside the paragraph which you assigned the class to, that is why it’s not working.
Best regards,
Rikard
OK, what should i be doing to rectify this?