remove featured image on posts
-
Dear all,
I would like to remove the featured images at the top from the blogposts, but leave them on the index page.
Is that possible with a ccs code?
Antonia.The blog I need help with is: (visible only to logged in users)
-
Kindly tell which theme you are using. Also there must be an option in blog layout in theme options to remove image from top of the page.
-
-
-
PS In blog layout I can only remove the header image from the post, not the featured image for the gazette theme
-
@pacwp, since this thread is about the Gazette theme, and since CSS is generally theme specific, can I ask you to create a new thread in the CSS Forum? Many thanks in advance.
-
On Gazette, the following will remove the featured images from single post pages.
.single .post-thumbnail img { display: none; } -
-
- The topic ‘remove featured image on posts’ is closed to new replies.