Home › Forums › Jevelin Theme › How do I remove the Enlarge Icon on featured image
Home › Forums › Jevelin Theme › How do I remove the Enlarge Icon on featured image
Hello. I purchased the theme. I need to remove the enlarge icon and only have the link on featured images but keep the link. Can you help?
http://dev.blackandwhite.com/sis/insights/?cat=56
Hi @double_cola,
I hope you are well today and thank you for your question.
You can try achieving 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-table-full a.sh-overlay-item.sh-table-cell:last-child {
display: none;
}
.post-meta-thumb .sh-table-full a.sh-overlay-item.sh-table-cell:first-child {
width: 100%;
}
.post-meta-thumb .sh-table-full a.sh-overlay-item.sh-table-cell:first-child .sh-overlay-item-container {
right: 40%;
}
Best regards,
Shufflehound team
NICE! Thanks so much! Worked like a charm!
You are most welcome here 🙂