Customizing site
-
To remove the date and time of publishing a post from my site
The blog I need help with is: (visible only to logged in users)
-
Hi there,
To remove the date and time, you’ll need to use a custom CSS code for the HTML element displaying the date and time.
A simple CSS code to hide an HTML element with class xyz would be –
.xyz { display:none; }However, custom CSS is only accessible in premium plan
If you wish to stay on the free plan and still hide the date and time, maybe you can find a different theme which doesn’t display the date and time on posts.
I hope this helps :)
Let me know if you have more questions! -
- The topic ‘Customizing site’ is closed to new replies.