Hello
I have opted not to display my blog post meta elements (e.g. author, comment count, category, etc) however they are still appearing on my home page blog posts – what would you suggest I do?
Thanks, Fiona
Hi fionalea,
Please try the following in Quick CSS under Enfold–>General Styling:
.slide-meta {
display:none !important;
}
Thanks,
Rikard
Hi Rikard
Thank you, that worked – for all but the category tags. Is there a way to get rid of those? Thanks, Fiona
Hi,
Please try the following as well:
span.blog-categories {
display:none !important;
}
Best regards,
Rikard
Thank you, that worked :)