Disable hover funtion over thumbnails in blog page

Home Forums Jevelin Theme Disable hover funtion over thumbnails in blog page

Home Forums Jevelin Theme Disable hover funtion over thumbnails in blog page

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    RESOLVED Posts
  • sachcontrol
    Participant

    Hello,

     

    how can I disable the hover funtion in the blog page where all the posts are listed. See the screenshot for details.

     

    The result I would like to achieve is that it is possible to click on the image and get to the respective blog post. The color overlay when hoving over the image is unnecessary for my blog. However, I could live with it, if it is too hard to change. What I definitely want to remove is the option to enlarge the image. How can I remove at least that, possible even the entire overlay?

     

    Thank you in advance for your support.

     

    Best regards,

    Stefan

    Attachments:
    You must be logged in to view attached files.

    Solution for this topic

    Hi Stefan,

     

    I hope you are well today and thank you for your question.

     

    First of all in the blog post settings please set Post Overlay style to style 3 and then add 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 .post-meta-thumb:hover .sh-overlay-style1{
            opacity: 0;
    }

     

    Best regards,
    Shufflehound team

    sachcontrol
    Participant

    That worked. Thank you.

    You are most welcome here 🙂

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