How do I change the colour of the sides of the site?
-
Hi,
I’m really happy with my blog http://www.itsastampede.com but I was wondering if there is a way to change the colour on the left/right sides? When you open up the site on a computer, the left and right sides are grey. I’d like to make these yellow/orange to match the colour of the header.
Would anyone know how I do this?
Best regards,
AlexThe blog I need help with is: (visible only to logged in users)
-
Hi itsastampede123,
If you are a premium or business member, then you can simply do it with adding some CSS code. Let me know if you have that feature and I’ll be happy to help!
Cheers,
Eliza -
-
The following code is for the right sidebar. You can show me a link if you have somewhere a left sidebar as well. The color in the code is set to be the same as in the header. You can change it by editing the color code “#facc14” with the color you want. After putting background color I would also add some padding. In case you don’t want the padding, remove the last two properties – for padding and margin.
#sidebar { background: #facc14; padding: 10px; margin-right: -10px; } -
-
- The topic ‘How do I change the colour of the sides of the site?’ is closed to new replies.