Hi- How can I use custom CSS to hide all category and tag metadata using the Arvada Theme? The post metadata can be easily hidden using the post controls, but not the category or tag metadata. I have tried this custom CSS and it does not work:
.post-meta,
.categories,
.tags {
display: none;
}
Thanks for any help you can provide.