Background color to footer widget titles : We know how to add a gadget/widgets to Blogger to blog. After adding widget on your blogger blog , widget title will appear with out having any background color. With template customise we can change we can add or change the background color of the whole widget . But we can't add or change only the background color of the widget titles, both in sidebar and footer. In the previous post we discussed about how to add or change the background of the sidebar widget titles. Even if we change the background color of the sidebar widget titles , that change will not effect on the footer widget titles. We have to add the background color to the footer widget titles separately . So we can add separate background colors to both sidebar widget titles and footer widget titles. In this post I'm telling about how to add background color to widget titles in footer on your Blogger blog.
How to add background color to footer widget titles on your Blogger blog :
With simple customization in your Blogger template code you can add background color to footer widget tiles. With this method we can add the same background color to your all footer widget titles in your Blogger.
Follow below steps to add background color to widget titles in Blogger footer.
Step 1 : Go to Blogger Dashboard
Step 2 : Click on Template
Step 3 : Click on Edit HTML
Step 4 : Search for .footer-inner .widget h2 {
Add below line just before closing tag of the above line
Background: #000000;
I.e :
.footer-inner .widget h2 {
Background: #000000;
}
Step 5 : Click on Save template.
Now refresh your Blogger blog and see the results. You can change the background color of the widget titles by simply change the color code in the background tag. I hope you can successfully add background color to your footer widget tiles in Blogger blog with this method.
0 comments:
Post a Comment