- Posts: 41
- Thank you received: 0
Edit Module Latest News
-
mguelmoy
Inactive member - Topic Author
- Member
Less
More
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
9 years 10 months ago #44343
by ivan.milic
Replied by ivan.milic on topic Edit Module Latest News
Put :
.latestnews .article-info{
display:none;
}
to bottom of template_css.css
.latestnews .article-info{
display:none;
}
to bottom of template_css.css
Please Log in to join the conversation.
-
mguelmoy
Inactive member - Topic Author
- Member
Less
More
- Posts: 41
- Thank you received: 0
9 years 10 months ago #44350
by mguelmoy
Replied by mguelmoy on topic Edit Module Latest News
thanks but this command erase all data, i want to client see the publication date, but not the user.
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
9 years 10 months ago #44354
by ivan.milic
Replied by ivan.milic on topic Edit Module Latest News
Try:
.latestnews .article-info > *:first-child{
display:none;
}
.latestnews .article-info > *:first-child{
display:none;
}
The following user(s) said Thank You: mguelmoy
Please Log in to join the conversation.
-
mguelmoy
Inactive member - Topic Author
- Member
Less
More
- Posts: 41
- Thank you received: 0
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
9 years 9 months ago #44378
by ivan.milic
Replied by ivan.milic on topic Edit Module Latest News
Add also::
.latestnews .article-info > *:nth-child(2){
display:none;
}
.latestnews .article-info > *:nth-child(2){
display:none;
}
Please Log in to join the conversation.
Time to create page: 0.258 seconds