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!http://www.eastkb.com/ejunkie.jpg
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>
what's your URL?
here is a test pagehttp://eastkb.com/blog/store/
Can't see that you've added the style to the dropdown.
Share and learn in the E-junkie community.