Home › Forums › Jevelin Theme › Delete link from portfolio preview for image
Home › Forums › Jevelin Theme › Delete link from portfolio preview for image
H ithere, in portfolio overview – we want to delete the cirlcled magnifying glass that let the Porfolio image pop out to view.
We only want the visitor to click the portfolio itme, so it opens the single portfolio page.
How to do this?
Solution for this topic
Hi @christiaanvr,
I hope you are well today and thank you for your question.
You can remove it using below custom CSS code.
.sh-portfolio-item a.sh-overlay-item.sh-table-cell:last-child { display: none; }
Best regards,
Shufflehound team
Great, tha worked.. but can we allign the button for url/link as well? See screenshot . it is not alligned center..
Solution for this topic
To align it please use the below custom CSS code.
.sh-portfolio-item a.sh-overlay-item.sh-table-cell:first-child { display: block; margin: 0 auto; }
Thanks a lot, that worked
You are most welcome here 🙂