Jump to content

[SOLVED] How Change Color Right Sidebar and Left Sidebar?rob


Recommended Posts

Hai all

 

I Have a Problem to change color or picture on Right or Left Sidebar. So, What can i do?

 

I Trying to change but always reject because many more always write to all background. No to write like this case.

 

Please help me....thank you

 

 

Link to comment
Share on other sites

Hai all

 

I Have a Problem to change color or picture on Right or Left Sidebar. So, What can i do?

 

I Trying to change but always reject because many more always write to all background. No to write like this case.

 

Please help me....thank you

 

what picture? can you share url to your website? i can't imagine what you exactly expect, so i suppose that url will be helpful in this case

Link to comment
Share on other sites

you can change color with css styles,

i mean that for whole body you have to define own background param.

by default code looks like:

body {
font: normal 11px/14px Arial,Verdana,sans-serif;
color: #222;
background: #ADE8E6;
}

so you have to modify the background: #ADE8E6; to any other color you want.

it's a part of global.css file located in your theme css subdirectory.

Link to comment
Share on other sites

×
×
  • Create New...