Before |
After |
Step 1:
Go to Template Designer - Advanced - Add CSS - paste the following code - Press enter after the last character of the last line } - Apply to Blog.
Go to Template Designer - Advanced - Add CSS - paste the following code - Press enter after the last character of the last line } - Apply to Blog.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
| .blogger-comments .comments-content, .ss{ background-color : #272626 !important ; color : white !important ; } .blogger-comments .comments-content .comment-replies, .ss{ background-color : #3C3939 !important ; color : white !important ; } .blogger-comments .comments-content .user, .blogger-comments .comments-content .user a, .ss{ color : yellow !important ; } .comments-content a{ color : #009EB8 ; } |
Customizations
Note: To change a color, replace either the color-words (eg: white, yellow) or the hex tags (eg: #272626, #3C3939) in the code above according to the table below. You can either use simple color text such as 'red', 'green' 'blue' etc, or, you can generate your own hex color tag if you prefer to use a specific color.
Note: To change a color, replace either the color-words (eg: white, yellow) or the hex tags (eg: #272626, #3C3939) in the code above according to the table below. You can either use simple color text such as 'red', 'green' 'blue' etc, or, you can generate your own hex color tag if you prefer to use a specific color.
Main Comment Background Color | Replace '#272626' in Line 2 to that of your preferred color. |
Main Comment Text Color | Replace 'white' in Line 3 to that of your preferred color. |
Threaded Comment Background Color | Replace '#3C3939' in Line 6 to that of your preferred color. |
Threaded Comment Text Color | Replace 'white' in Line 7 to that of your preferred color. |
Profile Name Color | Replace 'yellow' in Line 10 to that of your preferred color. |
Comment Link Color | Replace '#009EB8' in Line 13 to that of your preferred color. To leave it at your blog's default link color, replace '#009EB8' with'default' instead. |
No comments:
Post a Comment