Site logo

Archived topic

Featured Image

4 replies · Started by johnzoro on January 10, 2017

Viewing posts 1–5 of 5

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?

This archived topic is closed to new replies.