how to chage the profile body color?
2 posters
Page 1 of 1
how to chage the profile body color?
Last edited by xiaomah01 on November 21st 2011, 10:37 am; edited 1 time in total
Re: how to chage the profile body color?
- Code:
tr.post td.row1{
background: #08F;
}
Guest- Guest
Re: how to chage the profile body color?
Hi,
Try adding the following code in Admin CP > Display > Colors > CSS...
Hope it helps
EDIT:
I guess the above code won't work since it is for class row1 and not for profile box.
Try adding the following code in Admin CP > Display > Colors > CSS...
- Code:
.post td[width="150"]{
background: red;
}
Hope it helps
EDIT:
I guess the above code won't work since it is for class row1 and not for profile box.
ankillien- Energetic
- Posts : 5198
Reputation : 129
Language : English, XHTML, CSS, JS, PHP, SQL
Re: how to chage the profile body color?
Gassy wrote:Replace #08F by color you want.
- Code:
tr.post td.row1{
background: #08F;
}
ankillien wrote:Hi,
Try adding the following code in Admin CP > Display > Colors > CSS...
- Code:
.post td[width="150"]{
background: red;
}
Hope it helps
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
i want profile body(topic left side) only
Re: how to chage the profile body color?
Have you tried my code...
I have tested it and it should work.
- Code:
.post td[width="150"]{
background: red;
}
I have tested it and it should work.
ankillien- Energetic
- Posts : 5198
Reputation : 129
Language : English, XHTML, CSS, JS, PHP, SQL
Re: how to chage the profile body color?
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
Re: how to chage the profile body color?
ankillien wrote:Have you tried my code...
- Code:
.post td[width="150"]{
background: red;
}
i chage the code [width="200"]
it be work...thx
Re: how to chage the profile body color?
Glad I could help out
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
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- Energetic
- Posts : 5198
Reputation : 129
Language : English, XHTML, CSS, JS, PHP, SQL
Similar topics
» post profile group color
» Profile View Body template
» CSS Color of post profile text
» Reduce Space between post profile and post body
» Profile Tab Color.
» Profile View Body template
» CSS Color of post profile text
» Reduce Space between post profile and post body
» Profile Tab Color.
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum