Changing color of search title and poll question title? Hitskin_logo Hitskin.com

This is a Hitskin.com skin preview
Install the skinReturn to the skin page

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.
2 posters

    Changing color of search title and poll question title?

    avatar
    lesliewest_guitargod
    Forumember


    Posts : 63
    Reputation : 0
    Language : english

    Changing color of search title and poll question title? Empty Changing color of search title and poll question title?

    Post by lesliewest_guitargod April 5th 2009, 7:08 pm

    POLL QUESTION LINE:

    How do you change colors to the poll question text? Its currently white on white background.

    SEARCH COLORS:

    How do you change the color of the search title text and or the backgrounds colors without affecting the backgrounds of anything else on the site?
    avatar
    lesliewest_guitargod
    Forumember


    Posts : 63
    Reputation : 0
    Language : english

    Changing color of search title and poll question title? Empty Re: Changing color of search title and poll question title?

    Post by lesliewest_guitargod April 9th 2009, 8:05 am

    no ideas guys and gals?
    avatar
    Carryn
    Active Poster


    Female Posts : 1399
    Reputation : 86
    Language : none.
    Location : somewhere not on the support forum

    Changing color of search title and poll question title? Empty Re: Changing color of search title and poll question title?

    Post by Carryn April 9th 2009, 3:45 pm

    This is what I did to change these in version 3
    To change text of poll options:
    In the CSS locate

    /* Fieldset polls---------------------------------------------*/
    fieldset.polls {
    font-family: Trebuchet MS,Verdana,Arial,Helvetica,sans-serif;
    }
    fieldset.polls dl {
    margin-top: 5px;
    border-top: 1px solid #e2e2e2;
    padding: 5px 0 0 0;
    line-height: 120%;
    color: #ffffff; <<<<<CHANGE THAT COLOR
    }


    For the search box background color:
    find
    /* Menu-------------------------------------------------*/

    #search-box #keywords {
    width: 95px;
    background-color: #ff6600; <<<<CHANGE THIS COLOR
    }
    avatar
    lesliewest_guitargod
    Forumember


    Posts : 63
    Reputation : 0
    Language : english

    Changing color of search title and poll question title? Empty Re: Changing color of search title and poll question title?

    Post by lesliewest_guitargod April 10th 2009, 1:22 pm

    neither of these options worked Sad

    In both cases, nothing changed.
    avatar
    lesliewest_guitargod
    Forumember


    Posts : 63
    Reputation : 0
    Language : english

    Changing color of search title and poll question title? Empty Re: Changing color of search title and poll question title?

    Post by lesliewest_guitargod April 10th 2009, 1:36 pm

    actually, the search box command worked, but it was for the wrong search box! Smile Sorry for the misunderstanding.

    the search box I meant was the dropdown menu search on the site's navbar.