How to add Dotted Separator between Blogger Posts [like the one i am using now ]
To add separation lines go to your Blog's Dashboard --> Template --> Customize --> Advanced --> Add CSS... Now paste the following code in the box that says Add Custom CSS:
For Solid Line
.post { border-bottom: 3px solid Gray !important; }
For Dotted Line
.post { border-bottom: 3px dotted Gray !important; }
For 2 parralel lines
.post { border-bottom: 3px double Gray !important; }
This code will add a Line below every Gadget on your Sidebars. You can now adjust it to make it the way you want.
A) Where it says "1px", change the number until you reach the size you want for your separation line.
B) Where it says "solid", replace it with dotted, or solid, or double, - to chage the style of the line - and see which one you like best.
C) Where it says "Gray",replace it with the name of the color you want
NOTE:- If you like this Post Please Give Comments For Your Feedback Suggestion Or Help Thanks..!
That's it, done!
That's it, done!
0 comments: