Okay
  Public Ticket #2531571
Remove Author, Publish date and tag icones
Closed

Comments

  • boatagna started the conversation

    Hi !

    For the blog, I want to remove the article author icons, the publication date icons and the one from the tags below the article blocks. But also in the articles alone.


  •  1,692
    Andrey replied

    Hello, Dear Boatagna!

    To hide these elements, please click WP Dashboard => Appearance => Customize => Additional CSS and paste this code here:

    .item-icons.darklinks {
        display: none;
    }
    .entry-meta.darklinks {
        display: none;
    }
    

    Then save changes and check the results at front-end.

    Best Regards!