How to Adding H3 Decoration Around Texts In Blogger Posts

I was searching a lot for adding a nice and stylish decoration around headings in Blogger posts. Many bloggers try different tricks, but most of the time the results don’t look professional. Now, at last, I found the right thing that really works perfectly. This widget is simple to use and is having many interesting features that can completely change the look of your blog posts.

JKSSB Aspirants Groups
WhatsApp Group Join Now
Telegram Group Join Now
How to Adding H3 Decoration Around Texts In Blogger Posts
How to Adding H3 Decoration Around Texts In Blogger Posts

They are :

  • A beautiful tick mark image before the post.
  • The whole post area is bordered by a color with a neat shadow effect.
  • The title will be aligned automatically to the center [approximately].
  • The font will be automatically changed to the elegant Oswald font.
  • The heading text will be automatically transformed into uppercase.
  • The size and spacing will be defined automatically, so no need to adjust again.

Its preview is like this :

👉 Check the decoration Around this heading

Do you want to add something like this to your blog? If yes, then don’t worry. I have already developed the CSS code for this effect. You have to just follow these steps carefully, and within minutes you will be able to see the new design applied to your headings.

Installing the Oswald Font

  1. Go to your Blogger account.
  2. Open the Templates tab.
  3. Add this code under the <head> tag.

<link href=’http://fonts.googleapis.com/css?family=Oswald’ rel=’stylesheet’/>

This will load the Oswald font from Google Fonts and make it available for your blog.

Adding CSS into Your Template

  1. Go again to your Blogger account.
  2. Click on the Templates tab.
  3. Find this code in your template:

HTML Code:- ]></b:skin>

  1. Just above the code mentioned above, paste this CSS code:

/*----- NIB H3 DECORATION STARTS ----*/
/* Widget by www.netinfozblog.in */
.post h3 {
background: url("http://3.bp.blogspot.com/-gLnHp4LoL-Q/T-hYlORTm3I/AAAAAAAAA0s/IN1bvxW-hwg/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;
}
/* Widget by www.netinfozblog.in */
/*----- NIB H3 DECORATION ENDS ----*/

Save the template.

Changing Headings Inside Blogger Posts

Now that you have installed the CSS, you must apply it to your posts. Follow these simple steps:

  1. Go to Blogger.
  2. Click on the Posts tab.
  3. Choose the post you want to add these types of decorations and click on the Edit button.
  4. Select the text you want to decorate.
  5. After that, change the type of text from Normal to Sub Heading.
  6. Click on the Save button.
  7. Finally, view the post and check the new stylish heading.

That’s all! 🎉 You now have a professional H3 decoration around your Blogger post headings. If you are facing any problems with this thing, please use the comment box and I will help you out.

Leave a Comment

Your email address will not be published. Required fields are marked *

Join Group
Scroll to Top