Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1136823
    pablomalatino
    Participant

    Hi,

    I have an image, and I want to put another image when the mouse is on top (as a hover effect). Is it possible?

    Regards,
    Pablo.-

    #1136948
    Rahul
    Moderator

    Hey There,

    Thank you for writing in!

    Add class name hover_effect at your image shortcode.

    Eg. [image class=”hover_effect” ….. ]

    Then add this css at your customizer’s custom css.

    .hover_effect:hover{
    opacity:0.85;
    }

    Let us know how it goes!

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