- Posts: 33
- Thank you received: 0
latest news
-
hardi
Inactive member - Topic Author
- Member
Less
More
10 years 1 month ago #43001
by hardi
latest news was created by hardi
how can I hide from latest news modules the "author" and "dates"?
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
10 years 1 month ago #43007
by ivan.milic
Replied by ivan.milic on topic latest news
Put this at bottom of template_css.css:
.mp_left .article-info{
display:none;
}
.mp_left .article-info{
display:none;
}
Please Log in to join the conversation.
-
hardi
Inactive member - Topic Author
- Member
Less
More
- Posts: 33
- Thank you received: 0
10 years 1 month ago #43018
by hardi
Replied by hardi on topic latest news
Please Log in to join the conversation.
-
hardi
Inactive member - Topic Author
- Member
Less
More
- Posts: 33
- Thank you received: 0
10 years 1 month ago #43026
by hardi
Replied by hardi on topic latest news
I have the same issue almost everywere.
I can;t control what to display where.
e.g. 148.251.78.55/~liontosdev/index.php/en/2...14/structural-design
Here I want to hide the date on the left!
I can;t control what to display where.
e.g. 148.251.78.55/~liontosdev/index.php/en/2...14/structural-design
Here I want to hide the date on the left!
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
10 years 1 month ago #43037
by ivan.milic
Replied by ivan.milic on topic latest news
Try:
.latest .article-info,
.mostread .article-info{
display:none;
}
.latest .article-info,
.mostread .article-info{
display:none;
}
The following user(s) said Thank You: hardi
Please Log in to join the conversation.
Time to create page: 0.163 seconds