Remove Featured photo from page view
-
I like having the photo show on the home page for a featured page, however, I’d like to be able to hide it once you navigate to the page.
I’m trying to remove the featured photo from the top of the blog page. Can this be done with CSS?
The blog I need help with is: (visible only to logged in users)
-
Finally figured it out on my own. Starting to get the hang of this.
.page-id-352 .featured-image { display: none; }
Just find the specific page number you want to change and this will hide the featured image from the top of the page. But the photo remains in the featured pages tile on the home page.
- The topic ‘Remove Featured photo from page view’ is closed to new replies.