• Resolved JesperFV

    (@jesperfv)


    I know this question has been up earlier, but im a complete beginner at this. My question is how to remove date and author in pages? Can you please describe it step by step, thanks ??
    I have created a child theme.

    Kindly, Jesper

    Thanks for at good looking theme

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author zenoven

    (@zenoven)

    Hi,”My question is how to remove date and author in pages?” Does this mean only hide them on ‘page’ pages (WordPress have post and page), if yes, just copy the following code to the Custom CSS Style text area in theme options page(navigate to WordPress admin panel > Appearance > Theme Options)

    .page .entry-meta .info-date,.page .entry-meta .info-author{display:none !important;}

    or if you want to hide them from all your site, copy this:

    .entry-meta .info-date,.entry-meta .info-author{display:none !important;}

    Thread Starter JesperFV

    (@jesperfv)

    That worked perfectly. Thanks for the help ??
    Jesper

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Remove date and author’ is closed to new replies.