Comment Styling

Hello,

What extra css do I need to use to style the comments? I mainly want to change the background colours and text colours among other things.

Leon

Hi Leon,

I hope you are well today and thank you for your question.

You can try achieving this by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Unite Options -> Other -> Custom CSS

.comment article.comment-body a {
    color: #fff;
}
.comment article.comment-body {
    background: #000;
    color: #fff;
}

Please change the color value in the above code to whatever you want to use by referring the following pages.

http://www.w3schools.com/html/html_colors.asp
http://www.w3schools.com/html/html_colorvalues.asp
http://www.w3schools.com/tags/ref_colorpicker.asp

Best Regards,
Movin

Thank you so much, that worked perfectly.

If you want to have a look at the pretty much completed modifications, just go to nintybuzz.com, I think you can say it looks very different from the original :wink:

You are most welcome here :slight_smile:

Your site is looking nice :slight_smile: