• Resolved jisterain

    (@jisterain)


    Hi,

    I just found your themes and I’m playing around with Purity Lite at the moment. I just had a quick question about something.

    I usually just add the code .entry-date { display: none; } to the bottom of the stylesheet and that will remove the post dates etc.

    For some reason, though, it doesn’t seem to work on this theme. Is there a way I can do that?

    Thanks.

Viewing 4 replies - 1 through 4 (of 4 total)
  • 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.

    Thread Starter jisterain

    (@jisterain)

    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.

    Thread Starter jisterain

    (@jisterain)

    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.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Removing Date’ is closed to new replies.