Remove featured image on particular page
-
On “Client Viewing” page, by setting featured image, I get image above client’s name (which I like) and on the client’s individual page, I get a zoomed in header image (which I do not like). Can I keep image on “Client Viewing” page but remove it from client’s own page?
The blog I need help with is: (visible only to logged in users)
-
Hi there!
This will remove the header image on the pages that are ‘children’ of the page “Client Viewing”. So anything that shows up on that grid page will have no header image when you click through.
.parent-pageid-1471 .entry-thumbnail { display: none; } .parent-pageid-1471 .content-wrapper { margin-top: 0; }
- The topic ‘Remove featured image on particular page’ is closed to new replies.