Hi there. I would like to change the left sidebar color on my homepage to white so I can add images there. The rest of the sidebars will contain text so the color background is fine. I searched the forums and found that the following code might work:
td#left.page-id-4 {
background-color: #ffffff !important;
}
I tried placing this in CSS Inserts, however the sidebar is still in color on the home page.
I am using ATA 3.5.3 and WP 3.0.1.
Thank you!