I would like to remove the white boxes of the sidebar and body and leave the content on them against the main background, which I am designing myself. Which section should I modify on the stylesheet to have that removed in each page?
/* -------------------- A. Main Body Background and Text Color -------------------- */ body {background-color:#fbfbfb; color:#888888; } /* Body Background color and text */ #content-container, #sidebar-container {background:transparent; } /* Main White Content Background color - Default - #FFFFFF */
For some reason I don´t understand Google Chrome does not load the boxes transparent with the code you suggested up there. No problems with Mozilla and Safari :S