Archived topic
Featured Image
4 replies · Started by johnzoro on January 10, 2017
OK so i've managed to remove the featured image from the post when in post view.
When i put a catergory in my nav bar it lists all posts in that catergory, but it still shows the featured image on each post, is there a way to remove it from "catergory view" as well?
From the actual category index? You can do it with CSS:
.category .post-image {
display: none;
}
ace that worked!
can you change the size of the featured image?
On the actual blog index? This might help: https://docs.generatepress.com/article/adjusting-the-featured-images/