WebSite X5Help Center

 
P. S
P. S
User

Blog date  en

Autore: P. S
Visite 933, Followers 2, Condiviso 0  

Hi,

Is it possible to remove the publication date from blog posts?

I can see that the date can be removed from the blog list, but if you then click on a post to see the full detail, the date is still shown.

I want to have no date actaully shown?

Thanks.

Postato il
1 RISPOSTE - 1 CORRETTO
Aleksej H.
Aleksej H.
Moderator

Hello. Yes and no. Separately, there is no way to remove the date. But you can remove the block with the date, author, etc. Try adding this code:


<style>
.imBreadcrumb {
display: none !important;
}
</style>

You can find more information about inserting styles here https://magazin.aleksius.com/en/blog/20-css-and-js-adding-to-website-x5

Leggi di più
Postato il da Aleksej H.