Sign in

Don’t show publish date on posts

  • This topic has 5 replies, 5 voices, and was last updated 1 year, 6 months ago by .
Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #7523
    Avatar photonewbgweb

    Helo,

    How can I hide the date of the posts.

    My site is:

    https://newbgweb.com/

    My theme is mercury

    I use

    #7525
    Avatar photoshaun2k

    Hi,

    One method to hide the date display on the ‘Cards’ on the main page,  is adding the following to Custom CSS (under Tools & Plugins -> Custom CSS)

    .c-card__text time {
      display: none;
    }

     

    #7526
    Avatar photonewbgweb

    Thanks!

    #7527
    Avatar photoitips3727

    If you want to hide all dates, try:

    .c-card__text time, .post__related__wrap figcaption > time {
      display: none;
    }

     

    #7528
    Avatar photothumb

    The ‘Post Options’ in custom settings under theme section has options to disable dates

     

    #7530
    Avatar photoBob

    Hey guys,

    I will add a dedicated option to disable the date on cards in the upcoming Publii / themes release.

    --
    Do you appreciate the support you've received today? If so, consider donating to the Publii team by clicking here; we'll be sure to use your donation to make Publii even better!

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