BuddyBoss Home – Web › Support Forums › Themes › OneSocial theme › User Profile Search Plugin – change styling
Tagged: User profile search
- This topic has 8 replies, 2 contibutors, and was last updated 8 years, 8 months ago by Anve S..
Question
March 12, 2016 at 7:43 pm #62739@costyclanI am using the User Profile Search Plugin and would like to change the styling. Currently the desktop version is a large blank space for the drop down field. How can I make the background white for this area?
See screenshot.
Thank youAnswers
March 14, 2016 at 3:51 am #62884@anveHi @costyclan,
I see that the area you want to style is already white , can you please elaborate your query to make it clear for us.
Regards
AnveMarch 14, 2016 at 5:56 pm #63004@costyclanHi @anve, sorry it’s actually cream. I’ve attached another screenshot so that you can see it against the white header. I’d like the fields areas to be white background so that it stands out a little more, all you can see at the moment is a tiny down arrow on far right. I don’t know that people will know to select the dropdown menu without making it stand out a little more.
Thank youMarch 15, 2016 at 12:28 am #63042@anveHI #costyclan,
Please create a test user and send the details and the thread through our contact us page. I will provide you the css asap.
Regards
AnveMarch 15, 2016 at 1:36 am #63053@anveHi @costyclan,
try adding the following css in child theme custom css option. Its going to give a white background to all of the fields .
body.members #buddypress input[type="text"], body.members #buddypress div.buddyboss-select-inner { background-color: #fff!important; }
Regards
AnveMarch 15, 2016 at 3:55 am #63077@costyclanThat worked. Thank you @anve.
One final thing with regard to this page. Is it possible to remove the search bar at the top of the members directory? I just want the two search fields that I’ve set up.March 15, 2016 at 5:29 am #63095@anveHi @costyclan,
Try adding following css in child theme’s custom css option.
body.members #buddypress #members-dir-search { display: none; }
Regards
AnveMarch 15, 2016 at 5:44 am #63100March 15, 2016 at 5:50 am #63103@anveAnytime 🙂
- The question ‘User Profile Search Plugin – change styling’ is closed to new replies.