Edit Module Latest News

  • mguelmoy
    Inactive member
  • Topic Author
  • Member
  • Member
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.

Please Log in to join the conversation.

More
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;
}

Please Log in to join the conversation.

  • mguelmoy
    Inactive member
  • Topic Author
  • Member
  • Member
More
9 years 9 months ago - 4 years 3 months ago #44400 by mguelmoy
Replied by mguelmoy on topic Edit Module Latest News
I type this

Last edit: 4 years 3 months ago by milos.

Please Log in to join the conversation.

More
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;
}

Please Log in to join the conversation.

  • mguelmoy
    Inactive member
  • Topic Author
  • Member
  • Member
More
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

Please Log in to join the conversation.

More
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:

&nbsp;&nbsp;<?php echo $item->author; ?>&nbsp;&nbsp;&nbsp;&nbsp;


then open justice.php and remove this:


<?php echo $item->author; ?>&nbsp;&nbsp;&nbsp;
The following user(s) said Thank You: mguelmoy

Please Log in to join the conversation.

Time to create page: 0.149 seconds
Powered by Kunena Forum