Remove Calendar Icon - Acme Themes
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #16597
    Amandeep
    Participant

    Hi

    My blog: http://www.thatshoeguy.com

    If you see on the home page, I was successful in removing all the tags, author, date, category etc. But the calendar icon still remains on the home page.

    Can you please tell me the CSS to remove it?

    Thanks
    Aman

    #16599
    acmesupports
    Moderator

    Hello Amandeep,
    Please add the below CSS codes to hide the calendar icons from the home page.

    .fa-calendar {
        display: none;
    }

    Thank you

    #16631
    Amandeep
    Participant

    Thanks, that fixed it!

    #16633
    acmesupports
    Moderator

    Thank you.

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