Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #954662

    Hi

    Can you tell me how to remove blog post dates please?

    I’ve added .single-post .date-container {display:none !important;} to the CSS, but it hasn’t worked on the blog page.

    Thanks

    #954677

    Hey Picante,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:

    .date-container, .text-sep-date {
        display: none!important;
    }
    

    Best regards,
    Yigit

    #954689

    Great – thanks Yigit!

    #954782

    Hi,

    You are welcome! Let us know if you have any other questions or issues :)

    Best regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Removing Blog Post Date’ is closed to new replies.