What you'll need to do is go to your html link in your layout tab.
Back up your current template by hitting the Download Full Template link .
- Click on the expand widget box if there is a check mark in it and make sure that a check box appears empty.
- Do a search (command + F in most browsers) for #sidebar -wrapper
It'll look something like this;
#sidebar-wrapper {
margin:0;
padding: 4px 0 4px 8px;
font: bold 105% Arial, Sans-Serif;
- If you don't know code for your color of choice, follow this link to the w3 schools and they'll help you.
Black is #000000
Red is #FF0000
as an example.
- Simply add this code before the end bracket:
substituting your color choice for #FFFFFF
It should look something like this
#sidebar-wrapper {
margin:0;
padding: 4px 0 4px 8px;
font: bold 105% Arial, Sans-Serif;
background: #FFFFFF
Hit preview to see if it worked and if it did, then save it.
Otherwise, clear the changes and start over or move on.
0 comments:
Post a Comment