Remove Blog Thumbnail Hover

Home Forums Jevelin Theme Remove Blog Thumbnail Hover

Home Forums Jevelin Theme Remove Blog Thumbnail Hover

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

    Hi there, on the following page are the images tumbnails for blogs. When on a laptop when you hover it shows the open link button and the open image button. However on mobile you never see these buttons until you click at which time its too late, it will open either one depending on where the click was.

     

    I want to remove these buttons and just have it that it opens the link to the blog post when the thumbnail image is clicked.

     

    Thank you

     

    https://preview.themeforest.net/item/jevelin-multipurpose-premium-responsive-wordpress-theme/full_screen_preview/14728833

    Solution for this topic

    Hi @supporttester,

     

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

     

    You can remove it 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

     

    .post-meta-thumb .sh-overlay-item:last-child,
    .post-meta-thumb .sh-overlay-item:first-child .sh-overlay-item-container {
        display: none;
    }

     

    Best regards,
    Shufflehound team

    supporttester
    Participant

    That is great, thank you very much!

    You are most welcome here 🙂

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