<<home
<<profile 2.0 codes
2.0 Comments Module Editor
<---CLICK HERE TO EDIT THE 2.0 COMMENTS MODULE--->
Change Header Background & Text Color
Hide Display 2 of 2 Comments Text
Hide View All | Add Comment Link
Hide Friends Names
Shrink Friends Pictures
Hide Online Now Icons
Add Background Color to Comments Module
Change Border Color
Scroll Comments Module
Hide Entire Comments Module
Copy code below & paste to 2.0 CSS box
Change LIGHTBLUE background color to your own color preference.
Change GREEN text color to your own color preference.
.msc {comments header bg & text color} .msc {http://www.myspace-compilation.com/comments2} div.commentsModule h3.moduleHead {background-color:lightblue; color:green;}
Copy code below & paste to 2.0 CSS box
.msc {hide comment displaying count text} .msc {http://www.myspace-compilation.com/comments2} div.commentsModule div.toolbar span.toolbarCount {display:none;}
Copy code below & paste to 2.0 CSS box
.msc {hide view/add comment link} .msc {http://www.myspace-compilation.com/comment2} div.commentsModule div.toolbar ul.links a {display:none;}
Copy code below & paste to 2.0 CSS box
.msc {hide friends names} .msc {http://www.myspace-compilation.com/comments2} div.commentsModule div.moduleBody div.user a span {display:none;}
Copy code below & paste to 2.0 CSS box
.msc {shrink friends pictures} .msc {http://www.myspace-compilation.com/comments2} div.commentsModule div.moduleBody div.user a img {width:50%; height:50%;}
Copy code below & paste to 2.0 CSS box
.msc {hide online now icons} .msc {http://www.myspace-compilation.com/comments2} div.commentsModule div.moduleBody div.user span.ImgOnlineNow {display:none;}
Copy code below & paste to 2.0 CSS box
Change LIGHTBLUE to your own color preference.
.msc {comments module background} .msc {http://www.myspace-compilation.com/comments2} div.commentsModule {background-color:lightblue;}
Copy code below & paste to 2.0 CSS box
Change RED to your own color preference.
Change border size to 0px to remove the border.
.msc {change comments module border color} .msc {http://www.myspace-compilation.com/comments2} div.commentsModule {border:4px solid red; -moz-border-radius:4px; -webkit-border-radius:4px;}
Copy code below & paste to 2.0 CSS box
.msc {scroll comments 2.0 module} .msc {http://www.myspace-compilation.com/comments2} div.commentsModule {height:175px; overflow:scroll; overflow-x:hidden}
Copy code below & paste to 2.0 CSS box
.msc {hide comments module} .msc {http://www.myspace-compilation.com/comments2} div.commentsModule {display:none;}