Some times you need to change background colour of widget or gadget in sidebar in blogger, There are many tricks to change background colour but it is very easy follow the steps provided in the below instructions, it is very good for your blog designing and look.
Go to blogger >dashboard>Layout
Then select the widgets that you want to change its background colour and click on "Edit" link or spanner icon and open up a widget to edit it.
On the top of the html code section, of the widget's content copy and paste the following code: -
<div style="background: #58D3F7; padding: 5px;">
Then At the very bottom (end/ last) of the widget content's code copy and paste the following code;-
</div>
Change the background colour "#58D3F7" to whatever colour you want.
If the padding for your widgets is already perfect then delete this bit of code:
padding: 5px;
Once you have typed in the colour you want the background to be select "save".
Now You are done!
Go to blogger >dashboard>Layout
Then select the widgets that you want to change its background colour and click on "Edit" link or spanner icon and open up a widget to edit it.
On the top of the html code section, of the widget's content copy and paste the following code: -
<div style="background: #58D3F7; padding: 5px;">
Then At the very bottom (end/ last) of the widget content's code copy and paste the following code;-
</div>
Change the background colour "#58D3F7" to whatever colour you want.
If the padding for your widgets is already perfect then delete this bit of code:
padding: 5px;
Once you have typed in the colour you want the background to be select "save".
Now You are done!
Comments
Post a Comment