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.

how to chage the profile body color?

2 posters

Go down

Solved how to chage the profile body color?

Post by xiaomah01 Mon 21 Nov - 2:07

how to chage the profile body color? 0sIAG


Last edited by xiaomah01 on Mon 21 Nov - 3:37; edited 1 time in total
xiaomah01
xiaomah01
Forumember

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

http://johor.forumn.org/

Back to top Go down

Solved Re: how to chage the profile body color?

Post by Guest Mon 21 Nov - 2:09

It's this version phpBB2? Very Happy
avatar
Guest
Guest


Back to top Go down

Solved Re: how to chage the profile body color?

Post by xiaomah01 Mon 21 Nov - 2:33

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

yes...
xiaomah01
xiaomah01
Forumember

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

http://johor.forumn.org/

Back to top Go down

Solved Re: how to chage the profile body color?

Post by Guest Mon 21 Nov - 2:36

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


Back to top Go down

Solved Re: how to chage the profile body color?

Post by ankillien Mon 21 Nov - 2:40

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.
ankillien
ankillien
Energetic

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

Back to top Go down

Solved Re: how to chage the profile body color?

Post by xiaomah01 Mon 21 Nov - 3:01

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
xiaomah01
xiaomah01
Forumember

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

http://johor.forumn.org/

Back to top Go down

Solved Re: how to chage the profile body color?

Post by ankillien Mon 21 Nov - 3:28

Have you tried my code...

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

I have tested it and it should work.
ankillien
ankillien
Energetic

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

Back to top Go down

Solved Re: how to chage the profile body color?

Post by xiaomah01 Mon 21 Nov - 3:33

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

http://johor.forumn.org/

Back to top Go down

Solved Re: how to chage the profile body color?

Post by xiaomah01 Mon 21 Nov - 3:36

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
xiaomah01
xiaomah01
Forumember

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

http://johor.forumn.org/

Back to top Go down

Solved Re: how to chage the profile body color?

Post by ankillien Mon 21 Nov - 3:41

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
ankillien
ankillien
Energetic

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

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum