Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #862444

    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?

    #862738

    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

    #862834

    OK, what should i be doing to rectify this?

    #863282

    Hi,

    Did you try the CSS I posted? If not, are you able to add the link inside of the paragraph?

    Best regards,
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.