Add H3 Decoration Around Texts In Blogger Posts
I am always searching a new trick to make my blogger post better and now i got a trick about Decoration Around Texts in Blogger Posts and now i am going to show you.This widget is having many interesting features including whole post is bordered by a color with a shadow,a tick mark image before the post and heading text will be automatically changed into uppercase.
Follow this steps to add:-
Now Add CSS into your template

Sharing is sexyFollow this steps to add:-
- Go to your blogger account.
- Go to the templates tab.
- Add this code under the <head> tag.
Now Add CSS into your template
- Go to your blogger account.
- Go to the templates tab.
- Find this code :
- Just above the code mentioned above, add this code to the above code.
.post h3 {
background: url("https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgII9-9MEKa3G6kmVUQpvDn1T-IKMEYCc2XoRkhr02rg_HhdEWyqsdq4ZsslH3VfX3-1SPDnotDvVXrYAbBaafSOSuMWkMRdHNPOQxaf6yQsVaoIfbLD5-Lme1MFgE7PHYVoRrA85JF5dQ/s1600/h3.png") no-repeat 4px center transparent;
font-size: 20px;
font-family: Oswald;
font-weight:normal;
padding: 3px 10px 3px 80px;
color: #0274be;
border: 3px solid #5bb5f0;
text-shadow: 0 1px 0 #CCC;
-moz-border-radius: 60px;
-webkit-border-radius: 60px;
border-radius: 60px;
-moz-box-shadow: 0 1px 3px #5bb5f0, 1px 1px 0 rgba(255, 255, 255, 0.4) inset;
-webkit-box-shadow: 0 1px 3px #5bb5f0, 1px 1px 0 rgba(255, 255, 255, 0.4) inset;
box-shadow: 0 1px 3px #5bb5f0, 1px 1px 0 rgba(255, 255, 255, 0.4) inset;
margin: 15px 3px;
text-transform: uppercase;
line-height: 1.3;
}
background: url("https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgII9-9MEKa3G6kmVUQpvDn1T-IKMEYCc2XoRkhr02rg_HhdEWyqsdq4ZsslH3VfX3-1SPDnotDvVXrYAbBaafSOSuMWkMRdHNPOQxaf6yQsVaoIfbLD5-Lme1MFgE7PHYVoRrA85JF5dQ/s1600/h3.png") no-repeat 4px center transparent;
font-size: 20px;
font-family: Oswald;
font-weight:normal;
padding: 3px 10px 3px 80px;
color: #0274be;
border: 3px solid #5bb5f0;
text-shadow: 0 1px 0 #CCC;
-moz-border-radius: 60px;
-webkit-border-radius: 60px;
border-radius: 60px;
-moz-box-shadow: 0 1px 3px #5bb5f0, 1px 1px 0 rgba(255, 255, 255, 0.4) inset;
-webkit-box-shadow: 0 1px 3px #5bb5f0, 1px 1px 0 rgba(255, 255, 255, 0.4) inset;
box-shadow: 0 1px 3px #5bb5f0, 1px 1px 0 rgba(255, 255, 255, 0.4) inset;
margin: 15px 3px;
text-transform: uppercase;
line-height: 1.3;
}
Save the template.
Note:-Changing Headings Inside Blogger Posts
- Go to blogger.
- Click on the posts tab.
- Choose the post you want to add these type of decorations and click on edit button.
- Select the text you want to add decoration.
- After that change the type of text from normal to Sub Heading.
- Click on save button.
- View the post.
0 comments for this post
Leave a reply