8 / 8
Dec 2007

Hi, im placing the code buttoms on a wordpress website. Everything is working correctly but my wordpress website background is black color, and the background of the dropdown options turns to black and the text inside also, is there a way to change the background or font color from the dropdown options?



Here is a pic so you get the idea. Thanks!

1http://www.eastkb.com/ejunkie.jpg1

  • created

    Dec '07
  • last reply

    Dec '07
  • 7

    replies

  • 1.3k

    views

  • 2

    users

  • 2

    links

That's not an E-junkie issue .. the dropdown code you have pasted in your website is simply following your CSS style.



You can add any CSS to the dropdown you want.

Hi, thank you for answering! I tried to look for font color to change to white but I can't find it on the external style.css, is there a way to place a code inside the dropdown code? Im new to css and I don't know much about it.



Thanks e-junkie

I am no CSS guru either but you can try this:



replace



<select>



with



<select style='background-color: #FFFFFF;'>

Here? I tried but is not happening



<select name="os1">

<option value="Cotton">Cotton</option>

<option value="Nylon">Nylon</option>

</select>