Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #500762

    Hi guys,

    i’ve realized i cannot see the glassy effect on the header. i’ve selected the option for the home page but it doesn’t works.

    can you check it please?

    thanks a lot!

    Mario

    • This topic was modified 9 years, 2 months ago by Mario.
    #501017

    Hey Mario!

    Please add following code to Quick CSS

    header.av_header_glassy {
        background-color: rgba(255,255,255,0.3)!important;
    }

    Best regards,
    Yigit

    #501185

    Hi Yigit,

    unfortunatly doesn’t work.. :(

    different tip?

    Cheers|

    Mario

    #501642

    Hey!

    try this instead:

    #top .av_header_glassy.av_header_transparency #header_main {
    background-color: rgba(255,255,255,0.3)!important;
    }
    

    Best regards,
    Andy

    #505715

    Thanks Andy for your help,

    is it possible have the glassy effect also on the top bar?

    thanks a lot

    Mario

    #505871

    Hi!

    You can try this:

    #top .av_header_transparency #header_meta {
        background: rgba(255,255,255,0.25);
        box-shadow: none;
        border-bottom: 1px solid rgba(255,255,255,0.25);
    }

    Cheers!
    Ismael

    #536099

    Thanks guys!

    it doesn’t works on mobile devide. i have to change something?

    many thanks

    Mario

    #536134

    SOLVED

    THANKS!

    Mario

    #536385

    Hi,

    Great, glad you got it fixed :-)

    Best regards,
    Rikard

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