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

Hiding buttons in groups | Forum

Abbey
Abbey Mar 18 '14
Hi, I would like to hide the "most popular" "my groups" and "invitations" buttons in groups, what would the css be for this?

Also I would like to hide the rating in links, is there a css code for this?

Daisy Team
Daisy Mar 20 '14
Abbey, please take a look at this topic: http://www.oxwall.org/forum/topic/14263
Abbey
Abbey Mar 22 '14
Yeah I went there... it didn't help me, I managed to hide "latest" on my own... it's the My groups n Invitations that are proving difficult... also I want to hide the voting options and vote count in Links..... can you tell me how... pointing me to a topic that has no relevence is no help.
Alia Team
Alia Mar 24 '14
>> to hide the "most popular" "my groups" and "invitations" buttons in groups, what would the css be for this?

._popular {
display:none; }

._my {
display:none; }

._invite {
display:none; }

Please note that if these styles are used somewhere else on your site, they will be removed from those places as well.
Alia Team
Alia Mar 24 '14
>> to hide the voting options and vote count in Links

.ow_ivc_voteupdown {
display:none; }

Please note that if these styles are used somewhere else on your site, they will be removed from those places as well.
Abbey
Abbey Mar 24 '14
Thanks :)
Abbey
Abbey Apr 4 '14
How do I hide the Most discussed and top rated and lastest in links?