How do I remove categories from the top of the blog post titles on the front page?
Can someone help with this issue? Also, the gray boxes and pencil still shows on the company news page that list all the blog post.
Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
span.blog-categories.minor-meta,a.slide-image {
display: none!important;
}
Best regards,
Yigit
Thanks, I believe that took care of the issue.