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

remove search area - Member X | Forum

Onur
Onur Feb 15 '18
how can i remove this area?
Attachments:
  area.jpg (12Kb)
Daniel
Daniel Feb 16 '18
you can remove with custom css.
Onur
Onur Feb 17 '18
Quote from Daniel you can remove with custom css.
Firstly thank you for answer.
And you mean base.css right?
Daniel
Daniel Feb 17 '18
yes, you can also do it in the admin panel, the custom css.
Onur
Onur Feb 18 '18

Quote from Daniel yes, you can also do it in the admin panel, the custom css.
i can't find div class wo_left in base.css 
İ added a photo. Please, can you look it?



Darryl B Leader
Darryl B Mar 24 '18
You won't find .wo_left in the base css. The base css has css related to the theme. The .wo_left is a custom element apparently related to the plugin. If you add this to your custom css for the theme in you admin panel, it will remove that section.
.wo_left {
    display: none;
}
Onur
Onur Mar 26 '18

Quote from Darryl B You won't find .wo_left in the base css. The base css has css related to the theme. The .wo_left is a custom element apparently related to the plugin. If you add this to your custom css for the theme in you admin panel, it will remove that section.
.wo_left {
    display: none;
}
thank you for answer. i did it. it is better now. 
You do not have permission to reply this topic