How To Add Border Around Header Title?

border around title

If you are interested to add border around header title of your blog then you need to add simple code in your templates. Here is a tutorial on how to add border around header title in blogger? if you are using a template with no border then you are ready to add border around header title.

To display border around the header title of blogger just follow all steps one by one.

  1. Login to your blogger website.
  2. Click on templates icon in left side bar.
  3. Click on edit HTML
  4. A edit HTML widow will open in front of you.
  5. Now click on anywhere within edit window and find out .Header h1 { by Ctrl+f
  6. And press enter and locate .Header h1 {
  7. Now paste the code just below of .Header h1 {

Code Is Here
border: 1px solid #330099;

border arround title,add border ,header title

      8.Now click on templates preview .you can see a border around the header title in blogger.

header arround title

9.Save it if you are satisfied with the result.

Customization

  • Change the color of border by changing the hash color code as you want.
  • Here you can change border from solid to dotted.
  • Change the PX value to change the thickness of border.
  • To change the background color of the header by adding one more code like this
border: 1px solid #330099;
background: #33CC33;
header arround title

After adding this extra code you can change background color of header.

I hope this tutorial will be helpful for you to add border around header title of blog.add code in your blogger and customized your blogger header title and display your site in front of your visitor.



		

Jagmohan Singh Negi

I am Jagmohan Singh Negi A Tech Enthusiastic Person. I always want to explore something new and experiment on Android Smartphones, here on 99mediasector.com i share solutions of Latest Android Bugs and Their Fixes, Latest Android launches, and How-to-Type Solutions for All Android Smartphones.

Leave a Reply

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