WebSite X5Help Center

 
P. S
P. S
User

Blog date  en

Автор: P. S
Просмотрено 932, Подписчики 2, Размещенный 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.

Размещено
1 Ответы - 1 Корректно
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

Читать больше
Размещено От Aleksej H.