how to chage the profile body 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.
2 posters

    how to chage the profile body color?

    xiaomah01
    xiaomah01
    Forumember


    Male Posts : 206
    Reputation : 7
    Language : English|Chinese|malay
    Location : malaysia

    Solved how to chage the profile body color?

    Post by xiaomah01 November 21st 2011, 1:37 pm

    how to chage the profile body color? 0sIAG


    Last edited by xiaomah01 on November 21st 2011, 3:07 pm; edited 1 time in total
    avatar
    Guest
    Guest


    Solved Re: how to chage the profile body color?

    Post by Guest November 21st 2011, 1:39 pm

    It's this version phpBB2? Very Happy
    xiaomah01
    xiaomah01
    Forumember


    Male Posts : 206
    Reputation : 7
    Language : English|Chinese|malay
    Location : malaysia

    Solved Re: how to chage the profile body color?

    Post by xiaomah01 November 21st 2011, 2:03 pm

    Gassy wrote:It's this version phpBB2? Very Happy

    yes...
    avatar
    Guest
    Guest


    Solved Re: how to chage the profile body color?

    Post by Guest November 21st 2011, 2:06 pm

    Code:
    tr.post td.row1{
    background: #08F;
    }
    Replace #08F by color you want. Wink
    ankillien
    ankillien
    Energetic


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

    Solved Re: how to chage the profile body color?

    Post by ankillien November 21st 2011, 2:10 pm

    Hi,

    Try adding the following code in Admin CP > Display > Colors > CSS...

    Code:
    .post td[width="150"]{
    background: red;
    }

    Hope it helps Smile

    EDIT:
    I guess the above code won't work since it is for class row1 and not for profile box.
    xiaomah01
    xiaomah01
    Forumember


    Male Posts : 206
    Reputation : 7
    Language : English|Chinese|malay
    Location : malaysia

    Solved Re: how to chage the profile body color?

    Post by xiaomah01 November 21st 2011, 2:31 pm

    Gassy wrote:
    Code:
    tr.post td.row1{
    background: #08F;
    }
    Replace #08F by color you want. Wink

    ankillien wrote:Hi,

    Try adding the following code in Admin CP > Display > Colors > CSS...

    Code:
    .post td[width="150"]{
    background: red;
    }

    Hope it helps Smile

    EDIT:
    I guess the above code won't work since it is for class row1 and not for profile box.


    It is just all post body
    how to chage the profile body color? TkUWd


    i want profile body(topic left side) only
    how to chage the profile body color? 0sIAG
    ankillien
    ankillien
    Energetic


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

    Solved Re: how to chage the profile body color?

    Post by ankillien November 21st 2011, 2:58 pm

    Have you tried my code...

    Code:
    .post td[width="150"]{
    background: red;
    }

    I have tested it and it should work.
    xiaomah01
    xiaomah01
    Forumember


    Male Posts : 206
    Reputation : 7
    Language : English|Chinese|malay
    Location : malaysia

    Solved Re: how to chage the profile body color?

    Post by xiaomah01 November 21st 2011, 3:03 pm

    ankillien wrote:Have you tried my code...

    Code:
    .post td[width="150"]{
    background: red;
    }

    I have tested it and it should work.

    i try already...it is no work bwi
    xiaomah01
    xiaomah01
    Forumember


    Male Posts : 206
    Reputation : 7
    Language : English|Chinese|malay
    Location : malaysia

    Solved Re: how to chage the profile body color?

    Post by xiaomah01 November 21st 2011, 3:06 pm

    ankillien wrote:Have you tried my code...

    Code:
    .post td[width="150"]{
    background: red;
    }


    i chage the code [width="200"]

    it be work...thx Very good Very good Very good
    ankillien
    ankillien
    Energetic


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

    Solved Re: how to chage the profile body color?

    Post by ankillien November 21st 2011, 3:11 pm

    Glad I could help out Smile

    Avoid double/triple posting in future, it is against the rules. You can use the edit button to add more info to your post.

    Topic Solved