/* hide featured image on one category archive */
.category-pg .post-thumbnail,
.category-pg .post-thumbnail,
.category-pg.post-thumbnail,
.category-pp .post-thumbnail,
.category-pp .wp-post-image,
.category-pp .entry-thumbnail {
display: none !important;
}
/* Body text black */
body,
p,
li,
td,
th,
blockquote,
.entry-content,
.post-content,
.site-content {
color: #000000 !important;
}