Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #724681

    How do I remove categories from the top of the blog post titles on the front page?

    #724945

    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.

    #724947

    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

    #724954

    Thanks, I believe that took care of the issue.

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Remove categories from the top of the blog post titles’ is closed to new replies.