Removing featured images on proj. pages
- The topic ‘Removing featured images on proj. pages’ is closed to new replies.
Need help? Check out our Support site, then
Whenever you a new project in your portfolio, you are given the choice to add a featured image. However, when you go to selected project, the featured image appears above any text & image I place. I was wondering if there was any way to remove it?
Thank you.
The blog I need help with is: (visible only to logged in users)
Hi there – you can hide this with some custom css.
.single .main-content .featured-image {
display: none;
}