Hello,
I want to delete the biggest picture in the top of my blog post.
Theme: Empire (Version 5)
Thanks
Hello,
I want to delete the biggest picture in the top of my blog post.
Theme: Empire (Version 5)
Thanks
All blog’s posts
Please add the following code at the bottom of your assets/theme.css file.
.template-article .article-image {
display: none !important;
}
Thanks!
Thanks!!