Post background color change? 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.

    Post background color change?

    JDobbsy1987
    JDobbsy1987
    Forumember


    Male Posts : 147
    Reputation : 0
    Language : England (UK)
    Location : Cheshire

    Solved Post background color change?

    Post by JDobbsy1987 December 5th 2010, 12:40 am

    Hi,

    Just wondering if it is possible to change the color of the post box but keep the rest of the forum the same??
    I would like it to be white.

    Regards,
    JDobbsy1987


    Last edited by JDobbsy1987 on December 5th 2010, 1:00 am; edited 1 time in total
    avatar
    Guest
    Guest


    Solved Re: Post background color change?

    Post by Guest December 5th 2010, 12:42 am

    Try this in your CSS:
    Code:

    .postbody{background-color: #fff;}
    JDobbsy1987
    JDobbsy1987
    Forumember


    Male Posts : 147
    Reputation : 0
    Language : England (UK)
    Location : Cheshire

    Solved Re: Post background color change?

    Post by JDobbsy1987 December 5th 2010, 12:47 am

    That did exactly what i was after although it does have adverse effects on the forum indirectly that CSS might be able to fix??

    Basically this makes the post white but by default my forum font color is white so the text doesn't show up Sad

    if i change the font to black in the colors settings then all text changes which means its bad for the overall template.

    is it possible to specify text color for posts too??
    avatar
    Guest
    Guest


    Solved Re: Post background color change?

    Post by Guest December 5th 2010, 12:54 am

    In the same code above add this:
    Code:

    color: #000;
    JDobbsy1987
    JDobbsy1987
    Forumember


    Male Posts : 147
    Reputation : 0
    Language : England (UK)
    Location : Cheshire

    Solved Re: Post background color change?

    Post by JDobbsy1987 December 5th 2010, 12:59 am

    Thank you, that worked.

    :wouhou:
    avatar
    Guest
    Guest


    Solved Re: Post background color change?

    Post by Guest December 5th 2010, 1:11 am

    Welcome Very Happy!

    Solved + Locked