Jump to content
Sign in to follow this  
kgcre8tive

Transparency in Header Image

Recommended Posts

kgcre8tive

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
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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

Sign in to follow this  

×