Is it to create a splash page with without a header background, similar to this link (w/ slider or static image)?
Thanks
Hey!
Try adding this code to the Quick CSS:
.header_color .header_bg, .header_color{
background-color: transparent;
}
Cheers!
Josue
Hey!
Change it to something like this:
.home .header_color .header_bg, .home .header_color{
background-color: transparent;
}
Best regards,
Josue