- Posts: 7
- Thank you received: 0
Remove clock & date stamp
-
papabaer
Inactive member -
Topic Author
- New Member
-
Less
More
11 years 7 months ago #37830
by papabaer
Remove clock & date stamp was created by papabaer
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 7 months ago #37841
by ivan.milic
Replied by ivan.milic on topic Remove clock & date stamp
You can control that by parameters in menu item/category/article settings. You you want easy way placing this in template_css.css at bottom will remove them
.article-info .published{
display:none;
}
and:
.article-info{
display:none;
}
will remove all info .
.article-info .published{
display:none;
}
and:
.article-info{
display:none;
}
will remove all info .
Please Log in to join the conversation.
Time to create page: 0.150 seconds