Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1340840
    Prithvi Raj
    Participant

    Hi,

    On my website
    http://www.alkalinedietindia.com/articles/

    when I hover over an image, it shows a hyperlink image on the image.

    I don’t want it to show such an image, but I want the image to link to the post. How do I do this?

    Thanks,

    #1341035
    Rupok
    Member

    Hi there,

    Thanks for writing in! You can add this under Custom > CSS in the Customizer.

    a.entry-thumb:hover::before {
      display: none;
    }
    a.entry-thumb:hover img {
      opacity: 1;
    }

    Hope this helps.

    Cheers!

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