Removing Dates from Blog Posts

Hi there. 2 questions.

  1. I asked this and several other questions before, took a few months off for family, came back and all those questions and answers which I needed are gone. What happened to all our previous information?

  2. Currently, can you tell me again the CSS code to use in Customization to remove dates from all blog posts? Thank you.

Hello There,

Thanks for writing in!

1.) Your threads should be there in the forum. We do not delete any thread. Please check out the topics you have created right in your profile: https://theme.co/apex/forum/u/loope42/activity/topics

2.) Are you trying to get rid of all the post meta or dates? Please go to X > Launch > Options > Blog > Content and disable the Post Meta.

Please let us know how it goes.

Thank you for replying. Regarding number 1 above, I had a number of questions regarding various css coding questions, had lots of dialogue and answers. I actually had about 15. They are all gone, everything before August 2nd.

Hi, there,

Could you confirm the questions you missed we’re posted here on Apex or on the old Community site? The old Community is located here for historical reasons, but its content is now in a static html mode only.

Feel free to make the same questions here if you need.

Thanks!

Thank you. I’m trying to remove dates on blog posts (which I have done through the removing meta data on blog posts), but I’m also wanting to remove the dates on Easy Digital Downloads. Can you tell me how to do that?

Hi again,

Can you please share the page URL so we can take a look?

Thanks!

Hi,

The site is still in pre-launch mode. Here is the URL of an Easy Digital Downloads page with the date still showing.

I have sent the login details to you through your direct message/Flag

Thanks

Hi again,

I tried the credentials you provided but they didn’t work. Can you please double check the username / password?

Thanks!

Hi again,

Thank you for the updated credentials. Please add the following code in your Customizer to remove the meta from your downloads posts:

.single-download p.p-meta {
    display: none;
}

Cheers!

That worked - Thanks!

Glad we could help.

Cheers!