WebSite X5Help Center

 
P. S
P. S
User

Blog date  en

Autor: P. S
Visited 945, Followers 2, Udostępniony 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.

Posted on the
1 ODPOWIEDZI - 1 PRAWIDłOWA ODPOWIEDź
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

Czytaj więcej
Posted on the from Aleksej H.