How to add background image/color to Blogger pagelist widget :
You can add background image or color to pagelist gadget on your Blogger. With background image, pagelist widget looks will improve. It is easy to add any custom background image to Blogger pagelist widget/gadget.
Follow below steps to add background image/color to Blogger pagelist widget
Step 1 : Go to Blogger Dashboard
Step 2 : Click on Template
Step 3 : Click on Edit HTML
Step 4 : Search .tabs-outer {
Step 2 : Click on Template
Step 3 : Click on Edit HTML
Step 4 : Search .tabs-outer {
To add background image :
add below line before closing tag of above line
background: url(your image url) ;
To add background color :
add below line
background: #FF8000;
Step 5 : Click on Save template
0 comments:
Post a Comment