Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #235062

    Is there a way to not have the publish date displayed on pages?

    website

    Example

    Thanks

    #235154
    Skandha
    Participant

    @error_invalid_username: Hello there,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .page .singular-content-wrap .entry-meta {
        display: none;
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Remove Publish Date’ is closed to new replies.