Home › Forums › Jevelin Theme › Different featured image and cover image for the portfolio
Home › Forums › Jevelin Theme › Different featured image and cover image for the portfolio
Hi Team
i want to set a different cover image and a different featured image but i am unable to do so in the portfolio section
can you please help my site link is xarmsolutions.com
Regards
Manish
Hi Manish,
I hope you are well today and thank you for your question.
I am not sure which cover and featured images you are referring to so could you please share the screenshots of them and the exact page URL from your website where it is displaying?
Best regards,
Shufflehound team
my site and actual BLOG post URL is
http://xarmsolutions.com/index.php/project/off-road-anarchy/
Attached is the image where if you can see there is white space next to the text and there is an image below that white space is actually a featured image which i have attached which comes out very well in the home page however when they click on the article i would want the image mentioned below to be used
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-right.col-md-8 > a.sh-portfolio-single-image { display: none; } .sh-portfolio-single-right.col-md-8 .sh-portfolio-single-gallery-item { width: auto; }