Need to hide gender on signup and sidebar

Diana Cameron Posted in Technical Support 8 years ago

I would like to hide gender as my site is a female only site. Is it possible to take it away from the front page and the side menu once inside?
Or at least take away the "male" and leave the female option.

In the sidebar is there a way to hide Site members altogether?

Replies
au Diana Cameron Replied 7 years ago

I found it. For anyone else wanting to know it is themes/facebook/plugins/default/css/core/default.php

I just put it at line 1773

au Diana Cameron Replied 7 years ago

Where do I find the CSS file? Can you give me the pathway to it?

Indonesian Arsalan Shah Replied 7 years ago

Just add following to css file and flush your website cache:

#ossn-home-signup input[value="male"],
#ossn-home-signup input[value="male"] + span { 
    display:none;
}