I need to remove "Leave a Reply" & Date meta data in restaurant theme
-
Hi, is it possible to remove this information from my posts?
The blog I need help with is: (visible only to logged in users)
-
Hi, the following hides all the meta except for the author byline.
.post-author p:first-child, .fa, .post-author span.meta-prep, .post-author p a[rel="bookmark"] { display: none; }If you wish to hide it all from posts, then use the following instead.
.post-author { display: none; } -
-
-
-
Hi @full2fatakentertainment, since you are using a different theme, and since CSS is generally theme specific, can I ask you to create a new thread in the CSS Forum? Many thanks in advance.
- The topic ‘I need to remove "Leave a Reply" & Date meta data in restaurant theme’ is closed to new replies.