Quadrat theme changing featured image size

  • Unknown's avatar

    Hi
    when i used this theme by featured image appears huge at the top of my blog posts

    is there a way i can either remove this image (I still want the featured image on the homepage so don’t want to remove it completely) or make it smaller?

    cheers

    The blog I need help with is: (visible only to logged in users)

  • Hi @healthyhabitshurrah,

    Each theme handles featured images a little differently. In your case, you might want to try cropping or uploading a smaller, resized version of your featured image.

    If you like the way the featured image looks on your blog page, though would prefer to hide them on your posts, this is possible with some custom CSS code. For example:

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

    Please keep in mind, using custom CSS is only possible with a Premium plan or higher. If you’re interested in upgrading, this can be done by going to Upgrades → Plans. I hope that helps.

  • The topic ‘Quadrat theme changing featured image size’ is closed to new replies.