BuddyBoss Home – Web Support Forums Themes BuddyBoss theme Want to Hide Redundant Members Search Box (redux)

Tagged: ,

Viewing 10 posts - 1 through 10 (of 10 total)
  • Question

    #43711
    @palmdoc

    Hi, I tried the solution posted here

    https://www.buddyboss.com/support-forums/topic/want-to-hide-redundant-members-search-box/

    which is to add this

    #buddypress #members-dir-search{display:none;}

    to the Global styles section of the custom.css in the BB child theme
    but it didn’t work

    What am I doing wrong?

    Thanks

    Answers

    #43718

    Alyssa
    Participant
    @alyssa-buddyboss

    @palmdoc have you tried to use !important?

    #43730
    @palmdoc

    No, what’s that?

    #43746

    Alyssa
    Participant
    @alyssa-buddyboss

    @palmdoc #buddypress #members-dir-search{display:none !important;}

    #43789
    @palmdoc

    Sorry no, that didn’t work. The redundant Member search box is still there 🙁

    #43839

    Alyssa
    Participant
    @alyssa-buddyboss

    @palmdoc perhaps it is a different search then. Can you send me a link to the page?

    #43872
    @palmdoc

    PM you

    #43877

    Alyssa
    Participant
    @alyssa-buddyboss

    @palmdoc this is your code:

    /* Hide Member search --/
    #buddypress #members-dir-search{display:none !important;}

    you are missing a * before the /
    Replace with this code:

    /* Hide Member search */
    #buddypress #members-dir-search{display:none !important;}
    #43892
    @palmdoc

    Thanks so much! That worked!

    #43910

    Alyssa
    Participant
    @alyssa-buddyboss

    I’ll close this out 🙂

Viewing 10 posts - 1 through 10 (of 10 total)
  • The question ‘Want to Hide Redundant Members Search Box (redux)’ is closed to new replies.