Probably something simple, but I’m a newbie. On the blog page, where there is a list of postings one after the other, the tags do not show. But, on each individual blog post, they do show. How can I hide these tags on each individual blog post page? Enfold theme.
general blog page, where tags do not show:
http://mauiislandportraits.com/maui-photographer-blog/
individual blog post where tags do show and where I would like to hide them
http://mauiislandportraits.com/watercolor-photography/
Thanks,
Ken
Hey,
You can add this on your custom.css or Quick CSS:
.blog-tags.minor-meta {
display: none;
}
Regards,
Ismael
Yes, that did it. Thank you very much Ismael!