• Resolved Milan

    (@mimoho)


    The title says it. I wish to hide the caption of the feature image in the blog post overview.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author oceanwp

    (@oceanwp)

    Hello, can you send me the page url where you have this problem?

    Thread Starter Milan

    (@mimoho)

    Sorry for not being precise. When I enter a caption in the media library for an image, the caption is displayed on the homepage. Would like an option to hide it without moving the text from the caption to the description field.

    Theme Author oceanwp

    (@oceanwp)

    Hello, add this css code:

    .thumbnail-caption {
        display: none;
    }
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to hide feature image caption on homepage?’ is closed to new replies.