Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi there!

    I think this is the code you are looking for. It will hide the featured image on the posts.

    .single-post .featured-image {
      display: none;
    }

    You’ll need to paste that code in your theme’s custom css or child theme style.css – you can read about child theme’s here.

    I hope that helps!

    Luke the Daft Duke

    Thread Starter layonking

    (@layonking)

    hi thanks for your answer

    i added the code you mention it but doesn’t work

    i added after the next lines at style.css

    .featured-image {
    margin-top: 4px;
    margin-right: 12px;
    margin-bottom: 10px;
    float: left;
    }
    also i added after POST AND PAGE CONTENT section

    Hi,

    You have to paste the code in your theme’s custom css area (perhaps here – Appearance -> Theme Options) or in your child theme’s style.css .

    You should not paste the code in the parent themes style.css file.

    I hope that helps.

    Luke the Daft Duke

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘how to hide the featured image on the top of post on cyberchimp theme’ is closed to new replies.