Dear friends,
I like to hide the category name in the blog posts grid
I used this code:
.page-id-38 .blog-categories {
display: none;
}
It hides only the link
this is my web site: https://www.nicolettamatrone.com/plantbasedecooking/
thanks and regards
Hey dantespizzi,
Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:
.slide-entry .blog-categories.minor-meta {
display: none !important;
}
After applying the css, Please clear your browser cache and check.
Best regards,
Mike