How can I remove the date from my blog?
-
How can I remove the date from my blog?
The blog I need help with is: (visible only to logged in users)
-
You can try out and preview custom CSS by going to Appearance > Customize in your dashboard and then click on Custom Design and then click the Try button and then click on the CSS tab. Delete all the informational text in the window that opens and then paste in the following CSS. Since I cannot read your language, I used the Misty Lake theme demo site to find this CSS to hide the dates on posts.
.entry-date, .sep { display: none; }To be able to save and apply the above to your site, you would need to purchase the Custom Design Upgrade, which you can do by going to Store > Store in your dashboard.
- The topic ‘How can I remove the date from my blog?’ is closed to new replies.