Seo Master present to you: The comments are an essential part of a blog because in them is reflected the readers' opinions regarding a post or our blog, so it is important to spend a little of our time to make this part looking more presentable, accessible and neat.
To set in order our comments, it is necessary to make each comment easy to identify, therefore to know from where it begins and to where it ends, otherwise it becomes a jumble of letters of which the reader can run away. Here are some ways to make some order by separating each comment. - Add a Separator To Blogger Comments - Add a Divider Below Comments in Blogger - Fully Customize Your Blogger Comments By Changing The Background Color and Border The first method is the easiest, and is about how to put a border below our comments, this is to separate each blog comment in a simple but effective way. How to Add a Separator/Border To Blogger Comments Step 1. To add a simple separator go to Template > Edit HTML and click on the small arrow on the left of <b:skin>...</b:skin> Step 2. Click anywhere inside the code area and search using CTRL + F keys, for the following piece of code: ]]></b:skin> Step 3. Paste the following style just above it: - If we are using threaded comments (with the reply option):
- If we are using previous commenting system (with no reply option) #comments-block .comment-footer { Note: To change the border's color, replace the bolded color value and to change its thickness, increase/decrease the 1 value. Step 4. Save the Template. Instead of a simple border, we can also add a divider/image between our comments. How to Add a Divider (Image) Between Each Comment in Blogger Step 1. Go to Template > Edit HTML and search (CTRL + F) for the following piece of code: ]]></b:skin> Screenshot: Step 2. Paste the following just above it: - If we are using threaded comments (with the reply option): .comment-block { - If we are using previous commenting system (with no reply function) #comments-block .comment-footer { Note: The URL that is in blue represents the image that you can change as you like, just remember that at the height must set the height of an image with 30px more, for instance, if the image's height is 50px then the value will be 80px. This is for making sure that the image won't overlap the date of comments. (for threaded comments, increase/decrease the padding 30 value) Step 3. Save the Template. But you can still have more styles for each comment, for example adding a background color and a border. How to Add A Border and A Background Color To Blogger Comments Step 1. Go to Template > Edit HTML and search for the following piece of code: ]]></b:skin> Step 2. Paste the following just above it: - If we are using threaded comments (with the reply option): .comment-block { Step 3. Save the Template. - If we are using previous commenting system (with no reply function): Step 1. Search for this line in your template: <b:loop values='data:post.comments' var='comment'> Step 2. Then, add the following code just below of it: <div class='comments-ct'> Step 3. Look a little further down and you'll see the </b:loop> code and just above it, add this: </div> Step 4. Now find this: ]]></b:skin> Step 5. And just above of it, add this CSS code: .comments-ct{(The rounded edges will not work in Internet Explorer with CSS) In either case, you can change the background color, border, etc.. in parts with annotations in green. Step 6. Save the Template. If you need more help, leave a comment below.2013, By: Seo Master |
Labels: Blog Design, Comments, Hacks, How To