This is the community forum. For a developer response use the Client Area.
Follow us on Facebook, Twitter and YouTube!

Color of the Block with the comment.
#1
Exclamation 

As I understood is conceived so:
1) Comment of the administrator: Window of Pink color.
2) Simple Comment: Window of Beige color.
3) Answer to the comment: Window of White color.

Why I have all comments of one color?


Attached Files Thumbnail(s)
   
Reply
#2

The following CSS should do this.

Make sure to clear your web browser's cache after making the change.

Code:
.cmtx_comment_box_1 {
padding: 5px;
background-color: #FFF8DC;
border: 1px solid #828282;
overflow: hidden;
}

.cmtx_comment_box_2 {
padding: 5px;
background-color: #FFF8DC;
border: 1px solid #828282;
overflow: hidden;
}

.cmtx_reply_box_1 {
padding: 5px;
background-color: #FFFFFF;
border: 1px solid #828282;
overflow: hidden;
}

.cmtx_reply_box_2 {
padding: 5px;
background-color: #FFFFFF;
border: 1px solid #828282;
overflow: hidden;
}

.cmtx_admin_comment_box_1 {
background: url("../images/misc/admin.png") no-repeat;
background-position: 50% 8px;
padding: 5px;
background-color: #FFC0CB;
border: 1px solid #828282;
overflow: hidden;
}

.cmtx_admin_comment_box_2 {
background: url("../images/misc/admin.png") no-repeat;
background-position: 50% 8px;
padding: 5px;
background-color: #FFC0CB;
border: 1px solid #828282;
overflow: hidden;
}

.cmtx_admin_reply_box_1 {
background: url("../images/misc/admin.png") no-repeat;
background-position: 50% 8px;
padding: 5px;
background-color: #FFC0CB;
border: 1px solid #828282;
overflow: hidden;
}

.cmtx_admin_reply_box_2 {
background: url("../images/misc/admin.png") no-repeat;
background-position: 50% 8px;
padding: 5px;
background-color: #FFC0CB;
border: 1px solid #828282;
overflow: hidden;
}

Have you completed the interview?
Reply
#3

Thanks Steven!
Reply
#4

Hi. I am having the same problem, so where exactly do I put the code?
Thanks.
Reply
#5

In v3.x the styling for the comment box is:

Code:
.cmtx_comment_box {
 position: relative;
 padding: 5px;
 line-height: 1;
 margin-bottom: 20px;
 padding-bottom: 20px;
}

In /upload/frontend/view/default/stylesheet/stylesheet.css

Have you completed the interview?
Reply


Possibly Related Threads…
Thread / Author Replies Views Last Post
Last Post by Steven
13-Aug-2020, 12:36 PM
Last Post by Steven
01-Jan-2016, 12:26 AM
Last Post by infogate
03-Feb-2015, 09:23 PM
Last Post by Tom C.
15-Apr-2013, 05:41 AM
Last Post by Steven
08-Feb-2013, 08:41 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)