[ad_1]
Hi, ive been wanting to hide these two featured images that are part of the template. image and page for reference
I am not an expert at additional CSS so would trying this code work perhaps? Any other way is appreciated, i would really like to hide them
/\* Hide featured image on blog, archive, category pages \*/
.blog .post-thumbnail,
.archive .post-thumbnail,
.category .post-thumbnail {
display: none;
}
page: [https://frontierus.org/what-is-frontier/](https://frontierus.org/what-is-frontier/)
[ad_2]
Feature/Hero images are usually set in the page settings – not usually something you’d use CSS to hide. Consult your theme docs.