Login     Sign up
giv acolor to comments ??
fantastica (@fantastica)
Join date: Nov 26th 2010
Community posts: 82
View Profile
Send Message

hi
how can i add acolor to the comments of users like in facebook ?
example:
auser add aphoto , i want to color the comments background to be red or blue .

thank u

172 months ago
AL (@switch48)
Join date: Sep 1st 2010
Community posts: 450
View Profile
Send Message

style.css

under

user_comment around line 990

just add

background: #your color code here;

so looks like this

[code]
.user_comment {
background: #ccc;
overflow: hidden;
padding:3px;
border: black 1px solid;
}
[/code]

172 months ago
fantastica (@fantastica)
Join date: Nov 26th 2010
Community posts: 82
View Profile
Send Message

[quote=switch48]style.css

under

user_comment around line 990

just add

background: #your color code here;

so looks like this

[code]
.user_comment {
background: #ccc;
overflow: hidden;

padding:3px;
border: black 1px solid;
}

[/code] [/quote]

first realy thank you for help and reply ... thank u

but i was want the comments after submint it
look at this image please

[url=[url]http://www.0zz0.com][img]http://www7.0zz0.com/2010/12/11/10/925535492.gif[/img][/url][/url]

172 months ago
AL (@switch48)
Join date: Sep 1st 2010
Community posts: 450
View Profile
Send Message

style.css line 1088

[code]#jcow_main_box {
color: #FFFFFF; <===== change this
}[/code]

172 months ago
fantastica (@fantastica)
Join date: Nov 26th 2010
Community posts: 82
View Profile
Send Message

[quote=switch48]style.css line 1088

[code]#jcow_main_box {
color: #FFFFFF; <===== change this
}[/code] [/quote]

thank you very much switch48
i like your perfect help
thanks

172 months ago
fantastica (@fantastica)
Join date: Nov 26th 2010
Community posts: 82
View Profile
Send Message

[quote=switch48]style.css line 1088

[code]#jcow_main_box {
color: #FFFFFF; <===== change this
}[/code] [/quote]

again thank u switch48 for help .
but what you giv me is change the colors of the text .
i want the background for the comments only .
then if i change the coler of "color:" it colors the all big box .

jcow_main_box {

text-align: right;
width: 980px;
margin: 0 auto 5px auto;
overflow: hidden;
color: #c5c7ed; "this i meane"
} 

how to color just the comments background ??

thank you

172 months ago
AL (@switch48)
Join date: Sep 1st 2010
Community posts: 450
View Profile
Send Message

so like this

[IMG]http://i198.photobucket.com/albums/aa143/switch48/comments.png[/IMG]

172 months ago
Eino (@eino)
Join date: Oct 15th 2010
Community posts: 56
View Profile
Send Message

[quote=switch48]so like this

[IMG]http://i198.photobucket.com/albums/aa143/switch48/comments.png[/IMG][/quote]

Yes.

172 months ago
fantastica (@fantastica)
Join date: Nov 26th 2010
Community posts: 82
View Profile
Send Message

hi
this code that i found in style.css

/ ##################### STRUCTUR ################## /

nav a,#nav a:visited {

text-decoration: underline;
}

jcow_main_box {

width: 980px;
margin: 0 auto 5px auto;
overflow: hidden;
color: #333;
}

jcow_main {

width: 100%;
margin: 0 auto 5px auto;
overflow: hidden;
padding-top: 7px;

}

maincontent {

float: right;
display: inline;
padding: 10px 5px;
margin: 0 0 20px 0px;
text-align: left;

}

sidebar {

width: 212px;
float: left;
padding-top: 10px;
padding-right: 5px;
margin-left:7px;
text-align: left;

}

sidebar .block {

width: 100%;

}

wen i change this "color: #333;" to "color: #babce3;" ,
it change the text color not the box background .

sory if i wrong

172 months ago
AL (@switch48)
Join date: Sep 1st 2010
Community posts: 450
View Profile
Send Message

it is the first code I gave you mate try again

172 months ago
jacky loon (@jack41)
Join date: Nov 9th 2010
Community posts: 87
View Profile
Send Message

Switch48 i think he is asking for the same thing whose sketch posted by you. He wants to change the background colour of comments after posting.

172 months ago
jacky loon (@jack41)
Join date: Nov 9th 2010
Community posts: 87
View Profile
Send Message

.....

172 months ago
1 2 Next