How to change a poll font color? (Invision) 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

    How to change a poll font color? (Invision)

    Ciara Leah
    Ciara Leah
    New Member


    Female Posts : 9
    Reputation : 0
    Language : English

    Solved How to change a poll font color? (Invision)

    Post by Ciara Leah Fri Jul 29, 2011 8:34 am

    I need CSS code so I can change font color in my polls on forum. I use invision, there are CSS where I found this code:

    /* Poll */
    .polls {
    background-color: #eff1f3;
    }
    .polls dl {
    color:#919191;
    }

    but background of my polls are black, and fonts are also black :/

    Please if anyone has the correct code, post here.

    Thanks!



    Last edited by Ciara Leah on Fri Jul 29, 2011 2:56 pm; edited 1 time in total
    Nera.
    Nera.
    Energetic


    Female Posts : 7078
    Reputation : 2017
    Language : English
    Location : -

    Solved Re: How to change a poll font color? (Invision)

    Post by Nera. Fri Jul 29, 2011 11:04 am

    Hi,

    Try adding this to CSS, change the color if you want. This is what will be changed to red if that is what you are searching for. http://i.imm.io/7EUB.png
    Code:
    .borderwrapm {
        background: red;
    }
    Ciara Leah
    Ciara Leah
    New Member


    Female Posts : 9
    Reputation : 0
    Language : English

    Solved Re: How to change a poll font color? (Invision)

    Post by Ciara Leah Fri Jul 29, 2011 2:00 pm

    Thank you Nera, but tell me please can I put "silver" instead "red"? Is the codes recognize this word?
    Nera.
    Nera.
    Energetic


    Female Posts : 7078
    Reputation : 2017
    Language : English
    Location : -

    Solved Re: How to change a poll font color? (Invision)

    Post by Nera. Fri Jul 29, 2011 2:02 pm

    Grab the code, just add scale before it #
    http://html-color-codes.info/

    Like this background: #your code here;
    Ciara Leah
    Ciara Leah
    New Member


    Female Posts : 9
    Reputation : 0
    Language : English

    Solved Re: How to change a poll font color? (Invision)

    Post by Ciara Leah Fri Jul 29, 2011 2:18 pm

    :/ It doesn't work, background is the same, it's black and I put siver with code
    Code:
    .borderwrapm {
        background: #A4A4A4;
    Ciara Leah
    Ciara Leah
    New Member


    Female Posts : 9
    Reputation : 0
    Language : English

    Solved Re: How to change a poll font color? (Invision)

    Post by Ciara Leah Fri Jul 29, 2011 2:20 pm

    Nera, I saw it now, only backroud where is word "Poll" changed the color into silver, but above this it's black


    here is screen shot:

    How to change a poll font color? (Invision) Screen10


    Last edited by Ciara Leah on Fri Jul 29, 2011 2:22 pm; edited 1 time in total
    Nera.
    Nera.
    Energetic


    Female Posts : 7078
    Reputation : 2017
    Language : English
    Location : -

    Solved Re: How to change a poll font color? (Invision)

    Post by Nera. Fri Jul 29, 2011 2:21 pm

    Can I have an url to it please?
    Ciara Leah
    Ciara Leah
    New Member


    Female Posts : 9
    Reputation : 0
    Language : English

    Solved Re: How to change a poll font color? (Invision)

    Post by Ciara Leah Fri Jul 29, 2011 2:33 pm

    Omg i found this code

    Code:
    .poll fieldset {
    background-color: #FFFFFF
    }
    and I change part of poll, now backround of polls options is silver but a questions are with black background again Rolling Eyes

    I sent pm with url to you
    Nera.
    Nera.
    Energetic


    Female Posts : 7078
    Reputation : 2017
    Language : English
    Location : -

    Solved Re: How to change a poll font color? (Invision)

    Post by Nera. Fri Jul 29, 2011 2:34 pm

    I've returned the PM.

    Title of the poll
    Code:
    .formsubtitle {
        background: silver !important;
    }

    Ciara Leah
    Ciara Leah
    New Member


    Female Posts : 9
    Reputation : 0
    Language : English

    Solved Re: How to change a poll font color? (Invision)

    Post by Ciara Leah Fri Jul 29, 2011 2:56 pm

    :wouhou: :wouhou: That's it! TY!!!
    Nera.
    Nera.
    Energetic


    Female Posts : 7078
    Reputation : 2017
    Language : English
    Location : -

    Solved Re: How to change a poll font color? (Invision)

    Post by Nera. Fri Jul 29, 2011 3:00 pm

    Solved/Locked