Header bg won't change to transparent

3 replies · opened Nov 2, 2017

EekakurniawanNov 2, 2017

Hi i want to use an absolute background, but no matter what i do the header won't change color, it stays white all the time, i need it to be transparent all the time even on scroll.

Im using this code for the background image

html { 
   width:100%; 
   height:100%; 
   background:url(../images/Hi%205/Untitled-1.png) center center no-repeat;
   background-size:cover;
}
EekakurniawanNov 2, 2017

I'm sorry i forgot to explain that i can actually change the color, but i can't seem to get the background to be included in the header ( i want it to be fullscreen background)

EekakurniawanNov 3, 2017

hello any support?

SSemicolon WebSTAFFNov 4, 2017

Hello,

Thanks for your Patience!

You will need to use the following CSS Code:

#header,
#header-wrap { background-color: none; }

This will definitely work fine. Hope this Helps!

Let us know if we can help you with anything else or if you find any further issues.

Have the same question, or something new?

Sign in to the Canvas dashboard to reply or open your own topic. Canvas owners get direct help from the SemiColonWeb team.

Reply on the dashboard