Home › Forums › Jevelin Theme › Delete SHARE button Portfolio page
Home › Forums › Jevelin Theme › Delete SHARE button Portfolio page
Hi there, can you help organize portfolio page a little bit.
We want to get rid of the SHARE BUTTON..
and
we want to not show the Ctegories item (see attchament red circles..)
Thanks
Hi @christiaanvr,
I hope you are well today and 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-portfolio-single-share, .sh-portfolio-single-info-item:last-child { display: none; }
Best regards,
Shufflehound team