Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #729351

    I want to remove the publishing date from a blog post. How do I do That ?

    #729411

    Hey wolfadministratie,

    Please try the following in Quick CSS under Enfold->General Styling:

    .single-post .date-container {
      display:none !important;
    }

    Best regards,
    Rikard

    #729444

    I’ve tried it but no luck. The date is still be there.

    I’m using the child theme.
    Does thta make a difference ?

    #729448

    Hey!

    Can you please post the link to your page where you would like to make changes so we can provide you an accurate solution?

    Regards,
    Yigit

    #771579

    Hello,
    I want to remove date from blog and i just added it now and it does not work.

    .single-post .date-container {
    display:none !important;
    }

    #771592

    Hi,

    You can remove the date using this custom CSS:

    
    .av-masonry-date {
    display: none !important;
    }
    

    NOTE: add this custom CSS code at Enfold Theme Options > General Styling > Quick CSS

    Best regards,
    John Torvik

    #772238

    Thank you man!
    it is working now! perfect!

    #772239

    Hi,

    Glad to hear that! Thanks for using Enfold :)

    Best regards,
    Nikko

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Remove date from blog post’ is closed to new replies.