Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #956342

    Hello,

    On my homepage, I’d like to change color of the button (Layerslider WP) when I put the mouse on it. How can I do this?
    Could u help me please ? (credentials below – slider button is in the first element of my homepage)
    Tx guys !
    Nice day,
    Marine

    #956716

    Hey newki75,

    Please add the following CSS code

    html .ls-wp-container .ls-wrapper > a, body .ls-wp-container .ls-wrapper > a, #ls-global .ls-wp-container .ls-wrapper > a:hover {
    color: #000
    }

    by replacing the 000 with thr color code you need.

    Best regards,
    Basilis

    #956865

    Hi Basile,

    Tx for your anwser. I’ve put your code but the text is style white, despite a !important.
    I’ve added this to change the background color but the text is still white. Crazy !

    #ls-global .ls-wp-container .ls-wrapper > a:hover {
    background: #fff !important;
    border: 1px solid #432b1f;
    }

    Could you help? Txxxxxxxxxx
    Nice day
    Marine

    #958032

    Hi,

    Thanks for the update. We replaced the css code with this one.

    #ls-global .ls-wp-container .ls-wrapper:hover > .bouton-slider {
      background-color:#fff!important;
    border: 1px solid #432b1f !important;
    color: #432b1f !important;
    } 
    
    #ls-global .ls-wp-container .ls-wrapper:hover .bouton-slider .btn-slider {
    color: #432b1f !important;
    }

    Best regards,
    Ismael

    #958201

    Pfffffiouuuu so cool !! :-)
    Tx guys, you an close the issue?
    Nice day !

    #958414

    Hi,

    Awesome! Glad we could help. We’ll close this now.

    Nice day indeed! :)

    Best regards,
    Ismael

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Hover on LayerSlider WP button’ is closed to new replies.