Home › Forums › Jevelin Theme › Remove hyperlink logo
Home › Forums › Jevelin Theme › Remove hyperlink logo
Hi Support, is there a way to remove the hyperlink logo when hovering over picture in blog? Thanks.
Hi @pzl,
I hope you are well today and thank you for your question.
Could you please share me the page URL from your site where it is displaying and also share the screenshot of it so that I can help you to achieve it?
Best regards,
Shufflehound team
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
.blog-list article a.sh-overlay-item { display: none; }
After using the code, it removed the hyperlink icon. However, the image is not longer clickable when hovered over. Previously, clicking the image will bring me to the post itself. Now hovering over it just shows a blue overlay with no effect. Is there a way to make it better? Thanks.
Now I can’t access your site using shared credentials.
Please make sure that it is accessible.
My mistake, the credentials should work now. Thank you!
Solution for this topic
Please change the above shared CSS code as following.
.blog-list article a.sh-overlay-item .sh-overlay-item-container { display: none; }
Yes, that works perfectly. Thank you so much Shufflehound Support!
You are most welcome here š