how can i make the date of the post not visible of the PENSCRATCH-THEME?
-
how can i make the date of the blogpost not visible of the PENSCRATCH-THEME?
The blog I need help with is: (visible only to logged in users)
-
Hi there!
The theme does not have a setting to turn the date display on/off built-in, however if you add the Premium upgrade to your site at some point (which would give you access to adding custom CSS), you can hide the date using the following CSS:
.entry-date { display: none; }You would add that into Customize > CSS. You can preview it now in Customize > Custom Design. Click Try Now, then go to CSS, and paste in the code. This will allow you to see the change, but it won’t save on your site without the upgrade.
Let me know if you have any questions or need help with anything else! :)
Best,
- The topic ‘how can i make the date of the post not visible of the PENSCRATCH-THEME?’ is closed to new replies.