Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #166590

    Hello

    It’s possible to make the header color transparent (at all) or semi-transparent (with a custom %)

    Thanks!
    José

    #166751

    Hello José!

    Yes, this CSS code may work for you:

    .header_bg{ background: transparent; }

    Regards,
    Josue

    #167117

    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!!

    #167225

    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

    #168197

    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é

    #168249

    Hi José,

    Can you post a link to your website please?

    Regards,
    Josue

    #170657

    Josué, I’ve changed my mind about it, so you can close these.

    Thanks!
    José

    #170664

    Closed.

    Regards,
    Josue

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