Viewing 1 replies (of 1 total)
  • Hi @sewlicious,

    I hope you are well today and thank you for your question.

    I think you are talking about the featured image displayed above the post title.

    You can try removing this by adding the following CSS code in the Custom CSS option of your theme on the below path.

    Admin Area -> Appearance -> Customize -> Dazzling Options -> Other -> Custom CSS

    body.single-post img.thumbnail.wp-post-image {
        display: none;
    }

    Best Regards,
    Movin

Viewing 1 replies (of 1 total)

The topic ‘Image size on front page’ is closed to new replies.