Adding Outside Main Borders to Blog Content in Blogger
Step 1. Proceed to Blogger Dashboard >> Template >> Edit HTML
.content-inner {
border-top: 1px dashed #242424;
border-right:1px dashed #242424;
border-bottom:1px dashed #242424;
border-left:1px dashed #242424; }
Adding Borders To Post- Outer
.post-outer { border-top: 1px dashed #242424;
border-right: 1px dashed #242424;
border-bottom: 1px dashed #242424;
border-left: 1px dashed #242424;
}
Adding Borders to Sidebar Title
#Your Sidebar Title ID h2 {border-top: 1px dashed #242424;
border-right: 1px dashed #242424;
border-bottom:1px dashed #242424;
border-left: 1px dashed #242424; }
Short Customization:
2. To change the border style, replace dashed with your own. You can select/choose it here.
3. To change the color of your border, replace 242424 with your own hexadecimal color, you can select it with our color code generator.
Step 4. Save your Template.
No comments:
Post a Comment