Shop Categories

X

Can I disable post date to show up?

Home Forums Agama Pro Can I disable post date to show up?

Topic Resolution: Resolved
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #20151
    Ghost
    Participant

    We can disable author and some other data but I have not found how to disable post date to show up.
    Please advice.

    Thanks in advance.

    #20167
    Zex
    Moderator

    Hello, Ghost!

    Try to insert the following code into Customizing->General->Additional CSS:

    .article-entry-wrapper .date-box{
        display: none!important;
    }

    Regards

    #20228
    Ghost
    Participant

    Hi Zex!

    Additional css from above disabled post date to show up but there is still an icon showing in that spot. Can I disable this as well?

    Thanks again for your fast response!

    #20229
    Zex
    Moderator

    Hello,

    In that case, please insert the next code instead of the code I gave you earlier:

    .article-entry-wrapper .entry-date{
        display: none;
    }

    Regards

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