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

    I want to strip out ALL dates EVERYWHERE…posts, pages, widgets, etc.. How?

    #1073069

    Hey Jeffrey,

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

    CSS Snippet:

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

    Best regards,
    Yigit

    #1073122

    Worked beautifully! Thanks!

    #1073142

    Hi,

    Glad we could help! :)

    For your information, you can take a look at Enfold documentation here – https://kriesi.at/documentation/enfold/
    If you have any other questions or issues, feel free to start a new thread under Enfold sub forum and we will gladly try to help you :)

    Best regards,
    Yigit

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