Hello
It’s possible to make the header color transparent (at all) or semi-transparent (with a custom %)
Thanks!
José
Hello José!
Yes, this CSS code may work for you:
.header_bg{ background: transparent; }
Regards,
Josue
Hello, it works for submenus, but the Header is still solid.
I tried changing the color to black, white and NULL (empty code), but doesnt look transparent.
It’s possible to make it semi-transparent?
Thanks a lot!!
Hello!
Yes, using a RGBA value:
.header_bg{ background: rgba(255, 255, 255, 0.5);
That will apply a white background with 50% transparent.
You can change the color value by using the RGB value, for example:
.header_bg{ background: rgba(0, 0, 0, 0.5);
That would apply a black background.
Cheers!
Josue
Thanks Josue
I checked that this code do what its supossed to do, but the thing is that the header is a layer over other layer that is in black colour.
So, if the header is transparent, it still looks like black.
Do you know the name of this layer? And how to change it to transparent?
Thanks!
José
Hi José,
Can you post a link to your website please?
Regards,
Josue
Josué, I’ve changed my mind about it, so you can close these.
Thanks!
José
Closed.
Regards,
Josue