Hi jisterain,
thanks for using MH Purity lite.
If you want to hide the date on posts, then you could use:
.meta-date { display: none; }
To hide the date on archives, the correct code would be:
.loop-date { display: none; }
When it comes to CSS customizations, you can always use tools such as for example Firebug to inspect the elements on your site, see how the CSS has been applied and then use this information to add your own custom CSS code.
Thanks for that.
I used both of those and it’s not showing up on the post itself, but it is showing up on the homepage where the recent posts are.
Anything else I can do?
Thanks.
Actually, never mind. I just had the second code in the wrong spot. It’s working now. Thanks for your help.
You’re welcome and good luck with your website.