Posted on —-by (eliminate)
-
Hi everyone,
I would like to get rid of the line “Posted on___ by ” in every post of my website. I have tried some cods for CSS that I have read in these forums, but I can not achieve my goal. Can anyone help me? thanks a lot.The blog I need help with is: (visible only to logged in users)
-
Hi there, add the following to your CSS to hide the date and author byline on posts.
.post-author { display: none; } -
thank you so much. It works perfectly. I saw this code on another topic and I tried it, but it didn’t work, now I realize that I was pasted it on the wrong CSS panel. Thanks again.
-
-
Hi again thesacredpath, and sorry for disturb you. Is there any way to eliminate the text “Category: ” and “tags:” in a the pages? thanks
-
Hi, I’m not seeing any categories and tags in your pages (static pages don’t have tags or categories). If you are talking about posts, then the following should do the trick for you.
.post-meta { display: none; } -
Hi, you are the best. Not it works perfectly. I was trying a wrong code instead.
Thanks a lot. -
- The topic ‘Posted on —-by (eliminate)’ is closed to new replies.