Removing the date and author from posts in Vision theme
-
I am trying to remove the author and date from all posts on my blog so that it looks more like a static website. I have tried using the CSS editor to remove each of these separately, as follows:
.author {
display: none;
}
.entry-date {
display: none
}However this leaves the labels “by” and “on” on every post, and “x days ago” in the featured content panes on the homepage. Is there any way to remove all of this post metadata? I have tried the following, to no avail…
.entry-meta {
display: none
}Thanks for your help!
The blog I need help with is: (visible only to logged in users)
-
Hi there,
Please use this link https://en.forums.wordpress.com/forum/css-customization#postform so you can copy and paste your text into a thread that will appear in the CSS Forum where you will get the help you need. -
-
- The topic ‘Removing the date and author from posts in Vision theme’ is closed to new replies.