• Resolved mtsaowap

    (@mtsaowap)


    I am thinking of switching to the Twenty Twenty theme. My main hangup is the presence of the caption under the featured image. Is there a way to hide it? Perhaps using CSS?

    I usually select one of the pictures in my post to be the featured image. I want them to be captioned in the post itself but not at the top. I guess I could upload two copies of the image and caption one and not the other, but I would like to avoid that since it would take a while to fix all my old posts.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter mtsaowap

    (@mtsaowap)

    I was able to find the required css tags and used the snippet below:

    .featured-media .wp-caption-text {
    display: none;
    }

    Is it possible to hide this only on the homepage, not in the actual article?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Hide caption under featured image’ is closed to new replies.