Question:
Wordpress Theme Comment Customizing...?
Nada 2012
2011-06-09 12:37:26 UTC
Hi all
It's me again :)
I was just wondering where I would find the exact code in the stylesheet.css file for customizing the look of a comment? Especially the name of the person who commented and their comment.
Like I am ok with how the comment section looks before a comment is posted but I need help with changing font colours and such for what shows up after someone posts something.
LOL I know I'm confusing everyone so basically here is what I need help with:

- finding the exact code for the name of the commenter so I can change the font colour
- finding the exact code for the comment body font to change it's colour
- and also the "uncategorized" and "posted by" text which shows up around the comment section
on a page

Thanks so much again everyone for all your help. Your assistance is very much appreciated.
Three answers:
?
2011-06-09 12:47:32 UTC
look for style.css in the theme directory in question



wp-content/theme/



example:

ANYTHING WITH A # at the leading edge is disabled.



using a standard hex code for color change and play with each. likely you'd need to add color to to the



. comment-author .says {color #000000, font-style:italic;}





-------- you may see something like this in the style.css

.commentlist{list-style:none;margin:0;}

.commentlist li:last-child{border-bottom:none;margin-bottom:0;}

.commentlist ol{list-style:decimal;}

.commentlist .avatar{position:absolute;top:4px;left:0;}

.comment-author .says{font-style:italic;}

.comment-meta{font-size:12px;margin:0 0 18px 0;}

.commentlist .children{list-style:none;margin:0;}

.commentlist .children li{border:none;margin:0;}

.commentlist li.comment+li.pingback{margin-top:-6px;}

.nopassword, .nocomments{display:none;}





If color isn't a parameter you have to add it.



#comments{clear:both;}

#comments .navigation{padding:0 0 18px 0;}

#comments .comment-body ul, #comments .comment-body ol{margin-bottom:18px;}

#comments .comment-body p:last-child{margin-bottom:6px;}

#comments .comment-body blockquote p:last-child{margin-bottom:24px;}

#comments-list #respond{margin:0 0 18px 0;}

#comments-list ul #respond{margin:0;}

#comments .pingback p{color:#888;font-size:12px;line-height:18px;display:block;margin:0;}

#comments .pingback .url{font-style:italic;font-size:13px;}

#comments .pingback{margin-bottom:18px;padding-bottom:18px;border-bottom:1px solid #e7e7e7;}

h3#comments-title, h3#reply-title{color:#e7b062;font-weight:bold;font-size:20px;margin-bottom:0;}

h3#comments-title{padding:24px 0;}

.commentlist{list-style:none;margin:0;}

.commentlist li.comment{border-bottom:1px solid #e7e7e7;line-height:24px;margin:0 0 24px 0;padding:0 0 0 56px;position:relative;}

.commentlist li:last-child{border-bottom:none;margin-bottom:0;}

.commentlist ol{list-style:decimal;}

.commentlist .avatar{position:absolute;top:4px;left:0;}

.comment-author cite{color:#d1d1d1;font-style:normal;font-weight:bold;}

.comment-author .says{font-style:italic;}

.comment-meta{font-size:12px;margin:0 0 18px 0;}

.comment-meta a:link, .comment-meta a:visited{color:#888;text-decoration:none;}

.comment-meta a:active, .comment-meta a:hover{color:#FF4B33;}

.commentlist .children{list-style:none;margin:0;}

.commentlist .children li{border:none;margin:0;}

.commentlist li.comment+li.pingback{margin-top:-6px;}

#respond .comment-notes{margin-bottom:1em;}

.reply a, a.comment-edit-link{color:#888;}

.reply a:hover, a.comment-edit-link:hover{color:#FF4B33;}

.nopassword, .nocomments{display:none;}

#cancel-comment-reply-link{font-size:12px;line-height:18px;font-weight:normal;}
eargood
2016-11-09 13:25:34 UTC
in case you have the time you're able to do plenty as far as custom growing to be your own topic or no less than enhancing a modern topic. in case you opt to bypass that technique it is going to take some gaining know-how of time even though it is nicely worth it. As you mentions top rate matters are great and maximum are around $one hundred and supply you some great function.
2014-09-12 00:19:06 UTC
Hello,

I found a free download of WordPress here http://bit.ly/1p6nHp6



Wordpress is probably the most elegant and professional blogging platform


This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.
Loading...