How would I change this drop down menu on text color change...
3 posters
Page 1 of 1
How would I change this drop down menu on text color change...
the drop down menu, I want it to change from white to a different colour and when users click it they won't see white, or barely see yellow, so please help!


Last edited by sign da tits on April 8th 2011, 12:11 am; edited 1 time in total
Re: How would I change this drop down menu on text color change...
Hi, if you want to change that part, please add this to your CSS code:
Please replace #COLOUR with a hex colour code of your choice.
- Code:
.select button {
background-color: #COLOUR;
border: medium none;
font-size: 0.9em;
margin: 0;
padding: 4px;
text-align: left;
}
.select {
background-color: #COLOUR;
border: 1px solid #BCBCBC;
left: 0;
overflow: hidden;
position: absolute;
top: 0;
width: 0;
z-index: 100;
}
Please replace #COLOUR with a hex colour code of your choice.

Re: How would I change this drop down menu on text color change...
done, thanks man!Base wrote:Hi, if you want to change that part, please add this to your CSS code:
- Code:
.select button {
background-color: #COLOUR;
border: medium none;
font-size: 0.9em;
margin: 0;
padding: 4px;
text-align: left;
}
.select {
background-color: #COLOUR;
border: 1px solid #BCBCBC;
left: 0;
overflow: hidden;
position: absolute;
top: 0;
width: 0;
z-index: 100;
}
Please replace #COLOUR with a hex colour code of your choice.
Re: How would I change this drop down menu on text color change...
![]() | Since this thread has been marked as 'Solved', I will now lock this thread. ~ Joph25 |
Jophy- ForumGuru
-
Posts : 17924
Reputation : 836
Language : English
Location : Somewhere

» How can I change the drop down menu text color??
» Where do I change the color of text in the drop down menu?
» Drop Down Menu: Text Color
» Drop down menu text change
» Drop down menu text
» Where do I change the color of text in the drop down menu?
» Drop Down Menu: Text Color
» Drop down menu text change
» Drop down menu text
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum