We build. You grow.

Get best community software here

Start a social network, a fan-site, an education project with oxwall - free opensource community software

Want to remove latest activity on members | Forum

Topic location: Forum home » Support » General Questions
Christer
Christer Nov 6 '14
Well Like I say in headline; I Want to remove latest activity on members page.I dont want to show date or time or any information on when a member was latest active. I cant find it any were so need help please.I attach screenshot to show what I mean.
Attachments:
  remove.JPG (11Kb)
ross Team
ross Nov 7 '14
you can do that via CSS in the Theme customizer


add this style: 


.ow_small{

display: none; 

}


but I"m not sure whether this class is used for anything else, just go through the website to check if something has disappeared 

Christer
Christer Nov 7 '14
ok great will try that.Thanks Ross
Kяuncн Leader
Kяuncн Nov 19 '14

div.ow_user_list_data div.ow_small {

display: none}

The Forum post is edited by Kяuncн Nov 19 '14
Kяuncн Leader
Kяuncн Nov 19 '14

Quote from Sanford Thanks Kяuncн,

That worked perfect!

Your most welcome.
Christer
Christer Nov 19 '14
Thanks Ross and Krunch
Lucas
Lucas Nov 24 '14
FOR ME DOESN'T WORK THIS

div.ow_user_list_data div.ow_small {

displaynone}


I am using 1.7.1.

ross Team
ross Nov 24 '14
Try to enable dev mode and refresh your website, it should work, we tested it.