Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #325095
    dkay
    Participant

    https://comicbooklocator.com/

    Hi

    I have installed your E-commerce theme (free version) and have enabled featured images but I would like to turn them off on posts, I only want them to appear on pages. Is there a way of doing that please?

     

    #325145
    tikaram
    Keymaster

    @dkay : Login to your WordPress admin section. Go to Appearance => Customize => Additional css and add the following css.

    .wp-block-latest-posts__featured-image {
       display: none !important;
    }

    Let me know if this helps you out.

    Regards,
    Tikaram

    #325184
    dkay
    Participant

    Hi Tikaram – sorry, I did not explain myself clearly, I would like to have the featured image switched off on my posts, for example

    https://comicbooklocator.com/alpha-flight-2023-2-nicoletta-baldari-variant/

    Thank you

    #325265
    tikaram
    Keymaster

    @dkay : Login to your WordPress admin section. Go to Appearance => Customize => Additional css and add the following css.

    .single-post .entry-thumbnail {
        display: none;
    }

    Let me know if it works as desired.

    Regards,
    Tikaram

    #325437
    dkay
    Participant

    It worked, thank you very much!

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Removing featured image from posts’ is closed to new replies.