Home › Forums › Jevelin Theme › buttons on hover blog page
Home › Forums › Jevelin Theme › buttons on hover blog page
Can I remove the zoom button on the blog page images?
I only want the link one, but I see no option to solve that.
Solution for this topic
Hi @joaquinestevan,
Thank you for your question.
You can achieve 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
.sh-overlay-style1 .sh-overlay-item:last-child { display: none; } .sh-overlay-style1 .sh-overlay-item:first-child .sh-overlay-item-container { right: 40%; }
Best regards,
Shufflehound team
Thank you very much š
You are most welcome here š