Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #996137
    blmg1
    Participant

    Hi,
    I’ve been trying to solve this for a long time and can’t seem to figure it out.
    I would like the background color/image on my revolution slider to change to a different color/image when I hover over text on that slider.

    Ex – slide 2 on this site: http://www.fibersensing.com/

    How can I do this?

    Thank you!

    #996634
    Nico
    Moderator

    Hi There,

    Thanks for writing in.

    We’d love to help you with this however the customization is beyond the scope of our support. It would be best to contact a developer to this customization. I could only share some of my analysis of the customization.

    As I checked the code or the slider in the link. Upon hovering the image, there is a class added to the text that is removed from the previous text so that the background of the recent hovered will be shown.

    Possibly the customization used is script removing and adding class when hovered and CSS for the background images changed when the added class is enabled upon hovering.

    Hope it helps.

    Let us know how it goes.

    Thanks.

  • <script> jQuery(function($){ $("#no-reply-996137 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>