Image zoom recent posts

Home Forums Jevelin Theme Image zoom recent posts

Home Forums Jevelin Theme Image zoom recent posts

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    RESOLVED Posts
  • theskygate
    Participant

    Hi,

     

    Currently there is a hover active on the images within the section of “recent posts” on the single post pages.

    If you click on the right side there is a zoom effect on the image, if you click left there is a custom url active. Is it possible to get rid of the image zoom effect and only have the hover with an url behind the picture?

     

    Thanks

     

    Ward

    Hi Ward,

     

    Thank you for your question.

     

    You can remove it developing custom CSS code as shared in the below topic.

     

    https://support.shufflehound.com/forums/topic/how-to-remove-the-magnifier-icon-from-blog-posts/#post-17215

     

    Could you please share the page URL from your site where it is displaying so that I can help you to achieve it?

     

    Best regards,
    Shufflehound team

    theskygate
    Participant

    Hi!

     

    This is the URL

    https://www.theskygate.nl/een-auto-kopen-in-australie/

     

    Just above the comment section, you see a header ”Dit vind je misschien ook interessant”

     

    On these pictures, there is hover.. I just want the URL instead of the zooming effect.

     

    Thanks in advance.

     

    Best,

     

    Ward

    Solution for this topic

    You can remove that effect by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    #page-container .sh-related-posts .post-meta-thumb img {
        transform: none;
    }

    theskygate
    Participant

    Thanks for that!

    You are most welcome here 🙂

Viewing 6 posts - 1 through 6 (of 6 total)