Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #748925

    Hello there!

    I currently have the masonry blog grid feature on my site’s front page, but I would like to remove the category tags that appeat above the blog grid. Is there any CSS snippet I can add to the Quick CSS section to take it off?

    Thanks in advance for your support!

    xo

    #748929

    Hey Danielle,
    Please try adding this code to the Quick CSS section under Enfold > General Styling

    span.blog-categories.minor-meta {
        display: none!important;
    }

    Best regards,
    Mike

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.