2. <b:section> having maxwidgets='1' : I
don't need to explain these simple things, but for totally newbies I'll
explain it. There is another XML tag of blogger which is maxwidgets='1' by this, we can simply set the number of maximum widgets in that section just replacing the number 1.
3. <b:section> having showaddelement='no' : This is just another simple tag by which we can disable or enable the Add a Gadget option.
4. <b:widget> having id='Header1' : In the header widget, there is CSS id tag by which we customize the header widget with CSS.
5. <b:widget> having locked='true' : This tag allows you to lock and unlock widgets easily by choosing true or false. When the widget is locked, one can't easily edit that through layout page.
The current settings for this header widget and section are fine so we'll not edit them. Below, I'm going to give you class and ID CSS tags which will help you to customize header widget. Simply, add this below CSS between <b:skin> tag and fill them with your own properties.
3. <b:section> having showaddelement='no' : This is just another simple tag by which we can disable or enable the Add a Gadget option.
4. <b:widget> having id='Header1' : In the header widget, there is CSS id tag by which we customize the header widget with CSS.
5. <b:widget> having locked='true' : This tag allows you to lock and unlock widgets easily by choosing true or false. When the widget is locked, one can't easily edit that through layout page.
The current settings for this header widget and section are fine so we'll not edit them. Below, I'm going to give you class and ID CSS tags which will help you to customize header widget. Simply, add this below CSS between <b:skin> tag and fill them with your own properties.
#header { }
#header h1 { }
#header h1 a { }
#header .description { }
Step 4. Creating Pages Menu Widget
I forgot to mention the pages menu widget which is also important for
creating menu. That kind of menu only displays the those links which are
actually pages made in blogger blog. In default blogger templates, it's
mostly used so here I'm going to teach you how can we implement them in
our blogs. I'll just give you default XML and HTML coding and will show
you way to design that with CSS. If you're well known with HTML and CSS
then you can easily make custom menu there anywhere in the template.
But for this pages menu, you might face problem. Let's get started.