Poll background color 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.
3 posters

    Poll background color

    avatar
    dustin ramsey
    New Member


    Posts : 9
    Reputation : 0
    Language : english

    Poll background color Empty Poll background color

    Post by dustin ramsey July 19th 2009, 4:20 am

    Okay right now the polls background color is black, and the lettering is also a dark grey need help changing the background of the poll or the color of the text of the poll. Thanks
    dotDavid
    dotDavid
    Hyperactive


    Male Posts : 2404
    Reputation : 0
    Language : English

    Poll background color Empty Re: Poll background color

    Post by dotDavid July 19th 2009, 4:29 am

    You may want to check the CSS.
    avatar
    dustin ramsey
    New Member


    Posts : 9
    Reputation : 0
    Language : english

    Poll background color Empty Re: Poll background color

    Post by dustin ramsey July 19th 2009, 4:44 am

    ddwl wrote:You may want to check the CSS.

    where would the polls txt or background color be located?
    avatar
    dustin ramsey
    New Member


    Posts : 9
    Reputation : 0
    Language : english

    Poll background color Empty Re: Poll background color

    Post by dustin ramsey July 19th 2009, 10:39 pm

    I just need to change the color of the poll box header where the question is, right now its pretty much black on dark grey
    avatar
    dustin ramsey
    New Member


    Posts : 9
    Reputation : 0
    Language : english

    Poll background color Empty Re: Poll background color

    Post by dustin ramsey August 3rd 2009, 1:37 am

    anyone know?
    avatar
    dustin ramsey
    New Member


    Posts : 9
    Reputation : 0
    Language : english

    Poll background color Empty Re: Poll background color

    Post by dustin ramsey August 3rd 2009, 1:46 am

    table.ipbtable th.formsubtitle,.formsubtitle {
    }

    figured it out haha
    ankillien
    ankillien
    Energetic


    Posts : 5198
    Reputation : 129
    Language : English, XHTML, CSS, JS, PHP, SQL

    Poll background color Empty Re: Poll background color

    Post by ankillien August 3rd 2009, 5:40 am

    Hi!

    Go to your Admin Cp > Display > Colors > css
    Add this code there...

    Change text color...
    Code:
    .poll form div {
    color : pink;
    }

    Change background color...
    Code:
    .poll form div {
    background : orange;
    }