WebSite X5Help Center

 
P. S
P. S
User

Blog date  en

Autor: P. S
Visitado 934, Followers 2, Compartido 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.

Publicado en
1 RESPUESTAS - 1 CORRECTO
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

Leer más
Publicado en de Aleksej H.