how to hide the line (author/date/tag) on top of the posts ?
-
Hello dear Happiness engineer :-) Everything is going perfectly, thank you, trully great stuff… Now we are just looking to tweak a bit… We would like to get rid of the line (author, date / tag) that shows on the top of each post please… there is an exemple here: https://leceppi.wordpress.com/2016/05/25/groupe-de-partage/ where it shows “le ceppi / 25 mai / réunion”… Is there a css code to accomplish that please? Thank you, we wish you a wonderful day :-)
The blog I need help with is: (visible only to logged in users)
-
Hi there, go to Customize > CSS, delete all the informational text in that window, and paste in the following custom CSS to remove the post metadata from below the titles on single post pages.
.single .entry-meta { display: none; }
- The topic ‘how to hide the line (author/date/tag) on top of the posts ?’ is closed to new replies.