MyBB Community Forums

Full Version: Changing select box colour
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Ok, with a custom theme, the select boxes look like this:

[attachment=11540]

I did some searching and saw I have to edit the 'select' bit of the CSS which currently says:

select {
     background: #ffffff;
     border: 1px solid #0f5c8e;
}

And #ffffff is white, no?? Help?? Toungue
First goto global.css. Advanced mode. Copy all the code to a notepad file and save it. Delete every thing from global.css and if it disappears then and goes back to white then its there somewhere. If not then it's not in global.css then. But if it is then copy and paste a few lines back at a time and keep saving global.css till you narrow down what''s causing it. Cuz as I've seen the labeling is tricky on some of the items or they're not what I thought they'd be.
"select"

Here you are:
I had this problem, Try
option {
     background: #ffffff;
}

That should work.
Did you really just resurrect a 2 year old topic? Or are my eyes just being weird again?
(2010-09-25, 10:19 PM)death180 Wrote: [ -> ]Did you really just resurrect a 2 year old topic? Or are my eyes just being weird again?

Not me but, Yeah!