Home Forums WordPress Themes – Premium Celestial (Celestial Reloaded) remove (or hide) Date from blog posts Reply To: remove (or hide) Date from blog posts

#20514
Sushil Adhikari
Moderator

Actually, you are using Celestial Reloaded 2.4.1…I just looked at your style.css file which shows the version.

Anyway, you will need to do some custom CSS like this:

.entry-date {display:none;}

The class entry-date is the container that the date shows up in, so the display none will hide it from view, although it does not remove it from the source code.