Site URL: https://www.columbiacommunityconnection.com/the-dalles/domestic-violence-month/ways-to-take-action
I'm having trouble implementing code to remove tags from the bottom of our blog posts,
These are the codes I've been trying with.
.blog-meta-item--tags {
display: none;
}
.blog-meta-item-tags {
display: none;
}
.blog-meta-item: tag {
display: none;
}