Delete picture from blog post - Empire Theme

Hello,

I want to delete the biggest picture in the top of my blog post.

Theme: Empire (Version 5)

Thanks

All blog’s posts

@mercierlemieuxa

Please share store URL.

Thanks!

https://printink.ca/blogs/news/maxim-bernatchez-devient-associee-chez-printink-canada

1 Like

@mercierlemieuxa

Please add the following code at the bottom of your assets/theme.css file.

.template-article .article-image {
    display: none !important;
}

Thanks!

1 Like

Thanks!!