The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Drop Box - Jump to: Slect a forum

4 posters

Go down

Solved Drop Box - Jump to: Slect a forum

Post by runawayhorses May 8th 2012, 11:20 pm

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".

Drop Box - Jump to: Slect a forum Ssmenu


Last edited by runawayhorses on May 9th 2012, 1:43 am; edited 1 time in total
avatar
runawayhorses
Hyperactive

Male Posts : 2537
Reputation : 166
Language : English
Location : United States

http://runawayhorses.alldiscussion.net/

Back to top Go down

Solved Re: Drop Box - Jump to: Slect a forum

Post by kirk May 8th 2012, 11:53 pm

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
kirk
kirk
Forumaster

Male Posts : 11037
Reputation : 653
Language : English,Vulcan,Klingon, Romulan,& Gorn

Back to top Go down

Solved Re: Drop Box - Jump to: Slect a forum

Post by LGforum May 9th 2012, 12:06 am

You may have to make it a more defined selector:
Code:

.vf_jumpbox select option {
  color: your color;
}
LGforum
LGforum
Hyperactive

Male Posts : 2265
Reputation : 264
Language : English
Location : UK

Back to top Go down

Solved Re: Drop Box - Jump to: Slect a forum

Post by runawayhorses May 9th 2012, 12:24 am

LGforum wrote:You may have to make it a more defined selector:
Code:

.vf_jumpbox select option {
  color: your color;
}
No that didn't do a thing its still a dark color.

I'm adding:

Code:
.vf_jumpbox select option {
      color: #FFFFFF;
    }
avatar
runawayhorses
Hyperactive

Male Posts : 2537
Reputation : 166
Language : English
Location : United States

http://runawayhorses.alldiscussion.net/

Back to top Go down

Solved Re: Drop Box - Jump to: Slect a forum

Post by neuromaniac May 9th 2012, 12:55 am

On my forum I have it simply like this:

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; }
avatar
neuromaniac
New Member

Female Posts : 13
Reputation : 3
Language : English, Polish
Location : Orkney Islands

http://crimson-mist.forumotion.co.uk/

Back to top Go down

Solved Re: Drop Box - Jump to: Slect a forum

Post by runawayhorses May 9th 2012, 1:42 am

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.
avatar
runawayhorses
Hyperactive

Male Posts : 2537
Reputation : 166
Language : English
Location : United States

http://runawayhorses.alldiscussion.net/

Back to top Go down

Solved Re: Drop Box - Jump to: Slect a forum

Post by kirk May 9th 2012, 1:51 am

Topic Solved & Locked
kirk
kirk
Forumaster

Male Posts : 11037
Reputation : 653
Language : English,Vulcan,Klingon, Romulan,& Gorn

Back to top Go down

Back to top


 
Permissions in this forum:
You cannot reply to topics in this forum