Great to have a Ning search bar, and I am happy where it is. However, the magnifying glass is outlined in blue, which is illegible on my charcoal grey background. All other text is white - can I change it to white too? Also, the searchbox is too short, as somebody else has mentioned.
Thanks
Annabel
Replies
Hi John,
I have forgotten to mention this before so I will correct this terrible mistake as of now. Nice to see you are back on creators, hope you are doing fine.
Best wishes,
Ning Team.
P.S. Sorry for off-topic
I'm headed out the door so this is off the top of my head; someone else may chime in on this but her goes. You can adjust the size #s below as needed. Place the in the CSS section of Design Studio:
/* widen search box */
.globalsearch {width: 300px;}
/* adjust search border */
.globalsearch-button {border: 1px solid green;}
You can even consider changing the background, if it helps
/*change search background */
.globalsearch-button {background-color: black;}
/* search background on hover */
.globalsearch-button:hover {background-color: green;}
Buwahahaha! We hit this at the same time. Awesome John!
Great! Thank you so much everyone for all these suggestions. I will try them.
Works a treat - thanks.