´´New post´´ date - Please help!

Hey! I want to know if it´s possible to hide the posting date if I am posting a new blogpost. I can only see the option at ´´Blog options´´ > ‘‘Single post options’’. But I want it removed in my general blog overview too.

The picture shows how it’s currently displayed. Can you help me?

Hi there,
Thanks for reaching out.
In reference to your question here, please try out the following CSS code under the Appearance>Customize>Additional CSS section:

span.post-meta-time {
display: none !important;
}

I hope this helps.
Kind Regards.

It worked, however my website is unable to load now on any device, please help!

https://www.watchleaderz.com

Hello there,

That is very strange.

Please remove that CSS and then reload the page to see if the page appears without the code then try using this one:


span.post-meta-time {
display: none !important;
}

Best Regards,
Support

Hey! That´s not the problem. I just get an ´´Error 500´´. Can you see what is wrong?

Hey there

this is a problem in your server, get in touch with your host if you don’t know how to fix this problem,
there is a hundred of results in the internet if you search for error 500, one of them is:

https://mediatemple.net/community/products/dv/204644990/why-am-i-getting-a-500-internal-server-error-message

Hey, it’s fixed, and the date display is fixed too.

For now, I want to hide the author too, just like the date in the blog posts. How do I do that?

hi

Hmm, i cant see the author on in the single post: https://www.watchleaderz.com/review-the-tybalt-watches/
can you tell me more and link to the post?

Hi, I mean at the blog tab.

See attachement.

HI

Ok, thank you, please add this css now:

#blog .blog-post .blog-post-meta .post-meta-author {
display: none;
}
#blog .blog-post .blog-post-meta .post-meta-categories {
margin-left: 0px;
}