kgcre8tive 0 Report post Posted October 17, 2011 Is there a way to not have the bkgnd fill in the header (logo area) using the Full-Width Design With Canvas, or do I need to use Framework mode to accomplish this? Client site is http://www.barr-milton.org/WPDev/ I would still like a canvas (or wrapper) around the content below the header w/ the bkgnd fill and to have the top part of the logo show to the bkgnd, instead of white. Share this post Link to post Share on other sites
kastelic 6 Report post Posted October 17, 2011 You need to make the page canvas transparent and then set a white background for all the elements you want to be white. For example: [code] #page-canvas { background: transparent !important } #page-main { background: white } [/code] Share this post Link to post Share on other sites