Drop Box - Jump to: Slect a forum
4 posters
Page 1 of 1
Drop Box - Jump to: Slect a forum
How do you change the font color on the drop box menu that says "Select a forum". I have the other text inside the menu changed to White already, but it is not affecting this text of the drop box "Select a forum".
Last edited by runawayhorses on Wed 09 May 2012, 00:43; edited 1 time in total
Re: Drop Box - Jump to: Slect a forum
it's the same thing as over here. it should do the same for all your drop down menus
https://help.forumotion.com/t108655-how-do-you-customize-the-jump-to-menu#710444
https://help.forumotion.com/t108655-how-do-you-customize-the-jump-to-menu#710444
kirk- Forumaster
- Posts : 11037
Reputation : 653
Language : English,Vulcan,Klingon, Romulan,& Gorn
Re: Drop Box - Jump to: Slect a forum
You may have to make it a more defined selector:
- Code:
.vf_jumpbox select option {
color: your color;
}
LGforum- Hyperactive
- Posts : 2265
Reputation : 264
Language : English
Location : UK
Re: Drop Box - Jump to: Slect a forum
No that didn't do a thing its still a dark color.LGforum wrote:You may have to make it a more defined selector:
- Code:
.vf_jumpbox select option {
color: your color;
}
I'm adding:
- Code:
.vf_jumpbox select option {
color: #FFFFFF;
}
Re: Drop Box - Jump to: Slect a forum
On my forum I have it simply like this:
and all the text in the dropdown is white, including the 'select a forum' but it also affects other dropdown menus. If it's only the jumpboxes I'd try:
- Code:
select { color: #fff !important; }
and all the text in the dropdown is white, including the 'select a forum' but it also affects other dropdown menus. If it's only the jumpboxes I'd try:
- Code:
.jumpbox select { color: #fff !important; }
.vf_jumpbox select { color: #fff !important; }
Re: Drop Box - Jump to: Slect a forum
Thanks neuromaniac the top code is what I wanted so it affects all the boxes. Works great and with a much smaller code.
Thanks LG
This topic is solved.
Thanks LG
This topic is solved.
Re: Drop Box - Jump to: Slect a forum
Topic Solved & Locked |
kirk- Forumaster
- Posts : 11037
Reputation : 653
Language : English,Vulcan,Klingon, Romulan,& Gorn
Similar topics
» How to get rid of jump to forum bar
» How to get rid of bar at bottom/jump to forum bar
» how to make a jump to widget
» Need help Moving slect conent button
» Halloween Font Added To The Font Drop Down Menu In The Forum?
» How to get rid of bar at bottom/jump to forum bar
» how to make a jump to widget
» Need help Moving slect conent button
» Halloween Font Added To The Font Drop Down Menu In The Forum?
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum