Join our new community forum for support & discussion

Join Now

Home Support Themes ListingHive How do I remove the date from the listings?

How do I remove the date from the listings?

  • Author
    Posts
  • BrownC

    How do I remove the date from the listings so that they don’t show on the front?

    ihor developer

    Please try using this CSS snippet:

    .hp-listing__date { display:none; }

    BrownC

    Thanks ihor, I’m not well versed in CSS at all, where exactly would I place this?

    ihor developer

    Please navigate to Appearance/Customize in WordPress, and then paste this snippet into the “Additional CSS” field in the left sidebar.

    BrownC

    Thanks, I’ve done this and unfortunately, the date added I still showing. Copied and pasted exactly as is

    ihor developer

    Please try adding this CSS snippet instead:

    .hp-listing__date {display:none!important;}

    BrownC

    This was successful thank you the date is gone

Viewing 7 posts - 1 through 7 (of 7 total)

New Reply

This forum has been archived and is no longer accepting new posts or replies. Please join our new community forum for support & discussion.