Sidebar background Color

I am trying to change the sidebar background color in theme x… I have looked at the forum and tried a couple of the suggestions there but they did not work.

Can you let me know what the css would be to change the color

This is the setting I am currently using
.x-sidebar.right {
background-color: #202020;
}

The site is just being built but its www.taekwondonation.com

Hi Steven,

Thanks for writing in! Your CSS rule is correct. It seems that you have CSS errors on your existing custom CSS rules, so that your newly added CSS won’t parse correctly.

Could you please copy all your custom CSS rules into an online tool like CSS Lint (http://csslint.net/) and check for CSS errors. Once you correct those issues, your CSS will function correctly.

Thanks!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.