Transparent Body Background

I am just starting my build for a small local biz, who wants a transparent header and body on this boxed style site. We used the Vet Demo initially, since it was the closest and customized from there, but are drawing a blank to make the header and the body transparent. We've tried a few CSS options but nothing seems to help. Can you help

Comments

  • Hi,

    to make the header and body transparent, please use below css:
    #Wrapper, #Content { background: transparent !important; }
    #Header_wrapper { background: transparent !important; }
    .header-stack #Top_bar { background: transparent !important; }
    .section { background: transparent !important; }
Sign In or Register to comment.