StyledThemes

Remove Date from Pages only

Home Forums WordPress Themes – Premium Pure & Simple Remove Date from Pages only

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #37725
    Sherry Kennedy
    Participant

    Pure and Simple theme. what code (for child theme) is used to remove date from pages? I tried different codes but they removed date from pages AND posts.
    Thank you.

    #37743
    Binaya D
    Participant

    Hi Sherry,

    Please use the following css to fix your issue;

    .entry-meta {
        display: none;
    }

    NOTE: Please use the custom css plugin or child theme style.css to write the css.

    If this is not helpful to you, then please mention your site URL. So, that it will be easy to both of us to find the solution asap.

    Thanks

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