This topic has 2 replies, 2 voices, and was last updated 6 years, 10 months ago ago by Olga Barlow
I cannot get rid of the category thats on each blog post’s picture on the blog page. As you’ll see in the example below, the word diet is on the pictures and I cannot get rid of them. How can I go about doing so?
Hello,
Add the following code in Theme Options > Styling > Custom CSS
.wp-picture .post-categories {
display: none;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up