How to disable byline & Author in Pages?

Hi folks,

I’m using Shapely theme, and expierence problem with removing the Author byline from my Pages. I found many ways how to do that with Posts, but couldn’t find any tricks how to do that with Pages? Could you please help?

Hello there,

I hope you are doing well today.

Could you please provide a link to your website so that I can inspect it?

Best Regards,
Support

Sure, here is example (Contacts page) http://flicfi.demo3.xetnet.com/yhteystiedot/

hey there

Please add this CSS in appearance - customize - additional CSS

.post-content .post-meta li:last-child {
display: none;
}

Thanks!
Colorlib Support Team

Thank you!
Now the author’s name is gone, but it still displays the date – any ideas what to do with it?

Thanks a lot!

Hello there,

This CSS should remove the posted on date:


span.posted-on {
    display: none;
}

Best Regards,
Support