Hi,
Can I remove the image on the top of this these portfolio page?
https://murdockrooftrusses.com/portfolio-item/case-study-6/
https://murdockrooftrusses.com/portfolio-item/case-study-4/
Hi,
Can I remove the image on the top of this these portfolio page?
https://murdockrooftrusses.com/portfolio-item/case-study-6/
https://murdockrooftrusses.com/portfolio-item/case-study-4/
Hi Conor,
Thank you for reaching out to us. If you want to remove the featured image on all portfolio items then add the following code in the Theme Options > CSS:
.single-x-portfolio .entry-featured {
display: none;
}
If you want to remove the image on those two pages only then use this code instead:
.postid-43 .entry-featured,
.postid-45 .entry-featured {
display: none;
}
You can find the post IDs by following our guide here https://theme.co/docs/how-to-locate-post-ids
Don’t forget to clear all caches including your browser’s cache after adding the code. Let us know how this goes!
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.