[Resolved] Image thumbnail on cat main page.

Home Forums Support [Resolved] Image thumbnail on cat main page.

Home Forums Support Image thumbnail on cat main page.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #57276
    Joseph

    I am trying to do either or.
    Prevent the Featured Image from showing on my single post page
    or
    Move the Featured Image below the post tile on this particular theme.

    I have also tried using the Custom Fields to only show the thumbnail on the cat main page.

    Please advise and thank you for your time.

    #57304
    Tom
    Lead Developer
    Lead Developer

    Hi there,

    To hide the featured image on single posts, you can add this CSS:

    .page-header-image-single {
          display: none;
    }

    The Blog add-on allows you to move the post image below the post title through the Customizer.

    Let me know if you need any more help 🙂

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.