Widgets

How To Customize Blogger Blog Using Template Designer


Adding css to our template makes our blog more pretty to look but sometimes we face encounter especially if we are new in using the new Blogger template design. We find difficulty in searching this code ]]></b:skin>. But don't worry because there is still another and more easy way of putting the css code in your template and that this through Template Designer.

(Supposing that you are going to add borders to your sidebar and below is the set of code).

.sidebar h2 {

border-top:1px solid #000000;
border-right :1px solid #000000;
border-bottom :1px solid #000000;
border-left :5px solid #000000;

margin- top;0
margin- right;0
margin- bottom;0
margin- left;0
padding:0 0.2em;
line-height:1.5em;
}


Simply follow the steps below;

Step 1. Go to your Blogger Dashboard >> Customize




Step 2. Click Advanced then scroll down and select Add CSS



Step 3. At the right side is a blank field, this is intended for the css area. Paste the css code above in this place.




Step 4. And finally click the Apply to Blog button


Note:

  • You can only access or edit those CSS using this technique whom you added manually in your Blogger Template,meaning not the default one.
  • There's  no need to put the tag <style> paste your css here</style>.
  • If you replace or change a new template on your blog, all the css that you  have added will be automatically be deleted.


Hope  this tutorial is helpful to you in some other ways. God Bless Pal! 



1 comment:

Recent Posts

Related Posts Plugin for WordPress, Blogger...

Definition List