Okay
  Public Ticket #1741492
Remove icons from bog
Closed

Comments

  • tgotoe started the conversation

    How do I remove the icons on the for the blog dates and categories. I still want to show both the dates and categories, I just want to remove the icons (see attached for example. I'm hoping I can use css to do this. I'm using the child theme. Thanks!

  • [deleted] replied

    Hi tgotoe,

    Please add the code below to your Custom CSS area:

    .blog-posts .post-item .post-details i {
        display: none;
    }

    And that code will hide those icons.