- Posts: 41
- Thank you received: 0
Edit Module Latest News
-
mguelmoy
Inactive member - Topic Author
- Member
Less
More
9 years 9 months ago #44384
by mguelmoy
Replied by mguelmoy on topic Edit Module Latest News
This command erase the CALENDAR ICON but not the SUPER USER word.
I want erase SUPER USER ICON and SUPER USER WORDS.
Thanks.
I want erase SUPER USER ICON and SUPER USER WORDS.
Thanks.
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
9 years 9 months ago #44386
by ivan.milic
Replied by ivan.milic on topic Edit Module Latest News
Keep both:
.latestnews .article-info > *:first-child{
display:none;
}
and
.latestnews .article-info > *:nth-child(2){
display:none;
}
.latestnews .article-info > *:first-child{
display:none;
}
and
.latestnews .article-info > *:nth-child(2){
display:none;
}
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 #44409
by ivan.milic
Replied by ivan.milic on topic Edit Module Latest News
Like this:
.latestnews .article-info > *:first-child{
display:none;
}
.latestnews .article-info > *:nth-child(2){
display:none;
}
.latestnews .article-info > *:nth-child(3){
display:none;
}
.latestnews .article-info > *:first-child{
display:none;
}
.latestnews .article-info > *:nth-child(2){
display:none;
}
.latestnews .article-info > *:nth-child(3){
display:none;
}
Please Log in to join the conversation.
-
mguelmoy
Inactive member - Topic Author
- Member
Less
More
- Posts: 41
- Thank you received: 0
9 years 9 months ago #44423
by mguelmoy
Replied by mguelmoy on topic Edit Module Latest News
.latestnews .article-info > *:first-child{
display:none;
}
.latestnews .article-info > *:nth-child(2){
display:none;
}
.latestnews .article-info > *:nth-child(3){
display:none;
}
I edit this and show same.
i.imgur.com/SzYNECM.png
display:none;
}
.latestnews .article-info > *:nth-child(2){
display:none;
}
.latestnews .article-info > *:nth-child(3){
display:none;
}
I edit this and show same.
i.imgur.com/SzYNECM.png
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
9 years 9 months ago #44425
by ivan.milic
Replied by ivan.milic on topic Edit Module Latest News
Hi, open:
templates\hot_justice\html\mod_articles_latest\justice2.php
find and remove this:
<?php echo $item->author; ?>
then open justice.php and remove this:
<?php echo $item->author; ?>
templates\hot_justice\html\mod_articles_latest\justice2.php
find and remove this:
<?php echo $item->author; ?>
then open justice.php and remove this:
<?php echo $item->author; ?>
The following user(s) said Thank You: mguelmoy
Please Log in to join the conversation.
Time to create page: 0.149 seconds