I have the tags shown at the bottem of every post.
How do I remove them so they do not show?
Jamie
Hi Jamie A!
Thank you for visiting the support forum!
Please add this on Quick CSS or custom.css to remove the post tags:
span.blog-tags.minor-meta {
display: none;
}
Regards,
Ismael
Perfect thanks a million Ismael