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.
The forum of the forums
4 posters

    Drop Box - Jump to: Slect a forum

    avatar
    runawayhorses
    Hyperactive


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

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


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

    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
    LGforum
    LGforum
    Hyperactive


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

    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;
    }
    avatar
    runawayhorses
    Hyperactive


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

    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
    neuromaniac
    New Member


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

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


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

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


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

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

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

    Topic Solved & Locked

      Current date/time is September 23rd 2024, 3:33 am