Changing color of Poll question text 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 Poll question text

    avatar
    lesliewest_guitargod
    Forumember


    Posts : 63
    Reputation : 0
    Language : english

    Changing color of Poll question text Empty Changing color of Poll question text

    Post by lesliewest_guitargod May 16th 2009, 4:11 pm

    The poll question is black text on a black background. All other text of the poll is legible.

    How do I change the color of the poll question?
    ankillien
    ankillien
    Energetic


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

    Changing color of Poll question text Empty Re: Changing color of Poll question text

    Post by ankillien May 16th 2009, 4:50 pm

    If you are using phpBB3 version, add this code to your css.
    Admin CP > Display > Colors > CSS Stylesheet...
    Code:
    h2.left-box {
    color : red;
    }