Home › Forums › Jevelin Theme › Portfolio Image – Remove
Home › Forums › Jevelin Theme › Portfolio Image – Remove
Hi there,
Is there a way to hide images from showing up on a portfolio single post altogether? (similar to hiding featured image on a blog post). Please advise. Thank you.
Hi @appetitte,
I hope you are well today and thank you for your question.
Yes we can remove it developing custom CSS code.
Could you please share me the page URL from your site where it is displaying so that I can help you to remove it?
Best regards,
Shufflehound team
Sounds good! Thank you. The url added below.
Solution for this topic
Perhaps you could add an extra one for >Text only/No Slider? Just a thought. Or custom code hiding the slider in a post would work, too. Thanks.
We can consider this feature to be implemented in the future version of theme.
Currently you can remove 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-slider .sh-gallery { display: none; }
Thank you! This worked!
You are most welcome here 🙂