I would like to hide the featured image at the top of my portfolio-item page. I am using layout builder to create the page. Thanks, kim
Hi kgersony!
Are you talking about the single portfolio view featured image? Please use this on Quick CSS:
.single-portfolio .page-thumb {
display: none;
}
Cheers!
Ismael
That worked! Thanks so much!