Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #781290

    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!!!!

    #781525

    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

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