Home › Forums › Jevelin Theme › Portfolio individual pages template
Home › Forums › Jevelin Theme › Portfolio individual pages template
Hi there,
I would like to hide the image from each portfolio individual page, example https://www.wearemaker.co/project/formula-e/ (but not from the generic portfolio gallery – images here are good https://www.wearemaker.co/gallery/)
How can I achieve this? thank you
Hi @Lonartorg,
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
.single-fw-portfolio .sh-portfolio-single-slider .sh-gallery { display: none; }
Best regards,
Shufflehound team