[Resolved] Featured Image

Home Forums Support [Resolved] Featured Image

Home Forums Support Featured Image

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #262526
    johnzoro

    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?

    #262632
    Tom
    Lead Developer
    Lead Developer

    From the actual category index? You can do it with CSS:

    .category .post-image {
        display: none;
    }
    #263681
    johnzoro

    ace that worked!

    #263683
    johnzoro

    can you change the size of the featured image?

    #263782
    Tom
    Lead Developer
    Lead Developer
Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.