Home › Forums › Jevelin Theme › Remove Blog Thumbnail Hover
Home › Forums › Jevelin Theme › Remove Blog Thumbnail Hover
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
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
That is great, thank you very much!
You are most welcome here š