Hide Author post meta

Hi support. I would like to hide the Author and the / meta in the post archive and the post single page. I have tried some code in other support topic without success.

A single post page https://dev.villestpascal.com/2019/05/17/travaux-de-rincage-du-reseau-daqueduc-27-mai-au-7-juin/

The post archive page https://dev.villestpascal.com/actualites/

I work with the Integrity stack

Thanks for the help!

Hello Philippe,

Thanks for writing in!

Please add following CSS under Pro > Theme Options > CSS:

.p-meta span:nth-child(1) {display: none;}

1- I have found the proper CSS code selector using the Chrome browser Developer Toolbar: https://www.youtube.com/watch?v=wcFnnxfA70g

2- For the CSS code itself, I suggest that you get started with this tutorial: https://www.youtube.com/watch?v=yfoY53QXEnI

Thanks.

Problem solved. Thanks @Prasant

We are delighted to assist you with this.

Cheers!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.