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

    Dear friends,
    I like to hide the category name in the blog posts grid
    I used this code:
    .page-id-38 .blog-categories {
    display: none;
    }
    It hides only the link
    this is my web site: https://www.nicolettamatrone.com/plantbasedecooking/
    thanks and regards

    • This topic was modified 5 years, 1 month ago by dantespizzi.
    #1218084

    Hey dantespizzi,
    Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

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

    After applying the css, Please clear your browser cache and check.

    Best regards,
    Mike

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