Remove date from posts
-
Hi there, how can I remove date from posts on this website. I haven’t published anything yet because I don’t want the date to appear. Thank you.
The blog I need help with is: (visible only to logged in users)
-
Hi there,
You can use one of these in the custom CSS –
.entry-meta { display:none; }OR
.posted-on { display:none; }Let us know if that works for you :)
-
Hi there,
Nothing worked :(
The theme I am trying to apply this on is called Rainier. I keep changing themes because I can’t seem to remove the date from this theme. However, I did pay for it. Can you give me other CSS codes? -
Hi @travthoughts, the site associated with your username, has a different theme active on it. That is the theme that @omkarbhagat looked at.
CSS is theme specific, so to help us out, and get you the correct answer in a timely manner, if your site has a different theme than you are asking about, please let us now which theme.
To hide the post date on Rainier, here is the CSS you will need.
.article-info { display: none; }
- The topic ‘Remove date from posts’ is closed to new replies.