Edit Module Latest News

  • mguelmoy
    Inactive member
  • Topic Author
  • Member
  • Member
More
9 years 10 months ago - 4 years 3 months ago #44340 by mguelmoy
Hi,

I want erase the user of the module latest news so that the client can only see the title and date.



Can do it?

Thanks
Last edit: 4 years 3 months ago by milos.

Please Log in to join the conversation.

More
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

Please Log in to join the conversation.

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

More
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;
}
The following user(s) said Thank You: mguelmoy

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 #44371 by mguelmoy
Replied by mguelmoy on topic Edit Module Latest News
thanks but this command erase only the caracter of user. Not the name.

Last edit: 4 years 3 months ago by milos.

Please Log in to join the conversation.

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

Please Log in to join the conversation.

Time to create page: 0.163 seconds
Powered by Kunena Forum