Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #538673

    Hi,

    I would like to change header from solid color to some transparency. I searched on the forums but i could only change the footer transparency to what i want. I would like to do the same with the header. For the footer i’ve used:

    .footer_color {
    background-color: rgba(255,255,255,.2);
    }

    How can i make the header with the same transparency?

    Thanks!

    #538694

    I’ve found it already. Pretty obvious isn’t it? … but not for a newbie like me…
    Just for the records, here is how:

    .header_color .header_bg{
    background-color: rgba(255,255,255,.2);
    }

    • This reply was modified 9 years, 1 month ago by artbava.
    #538786

    Hi!

    Glad you got it short out!
    Please do let us know if we can do anything else for you!

    Best regards,
    Basilis

    #539482

    Hi Basilis,

    The solution is not working as i thought it was. The header is not transparent, sorry but i just noticed that now, it just become a little grayed out, which is not the effect i want. Could you please check if the code i’ve mentioned is right? Thank you!

    • This reply was modified 9 years, 1 month ago by artbava.
    #539541

    Hi!

    Please refer to Josue’s post here – https://kriesi.at/support/topic/glassy-transparent-header/#post-310605

    Regards,
    Yigit

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.