gazette – featured image on home page not on top of post
-
Hi! I’m trying to figure out how to use the feature image on the home page (that shows all of the posts) but not as a huge picture above the post on the actual post page. Any tips greatly appreciated.
The blog I need help with is: (visible only to logged in users)
-
You can hide featured images on single posts with some custom CSS. Here’s a starting point to get you going:
.single .entry-header-wrapper { background-image: none; } .single .post-thumbnail img { visibility: hidden; height: 200px; } -
-
- The topic ‘gazette – featured image on home page not on top of post’ is closed to new replies.