Header Background to transparent

Support Area Forums Bottega Header Background to transparent

Viewing 4 posts - 1 through 4 (of 4 total)
URL to the page in question:
  • Author
    Posts
  • #9634
    Scott Hannaman
    Participant

    Getting the header background transparent but leaving the area below the header alone. When I change the wrapper to transparent it changes all the backgrounds to transparent. I tried to create a new wrapper2 and then tried to get the header php to refer to that but it changed everything again.

    The site is http://www.conchinspections.com/construction-contract/

    #9636
    Bill Robbins
    Moderator

    Scott,

    If you need to have the wrap be transparent so the rounded corners work on the header, you could that via CSS and not have to worry about changing the color. You could use this:

    
    #wrap {
    	-webkit-border-radius: 20px 20px 0px 0px;
    	border-radius: 20px 20px 0px 0px;
    }
    

    The numbers are for each corner starting with the top left, the top right, then bottom right, and lastly bottom left.

    That would be easiest way to go about it and you can leave the background in the text area as is.

    If you need any help, let me know,
    Bill

    #9637
    Scott Hannaman
    Participant

    Stellar reply and as always a pleasure to work with you. Thanks

    Scott

    #9638
    Bill Robbins
    Moderator

    Thank you Scott. If you need anything else, just let me know.

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Header Background to transparent’ is closed to new replies.