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
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
Hi Yigit,
unfortunatly doesn’t work.. :(
different tip?
Cheers|
Mario
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
Thanks Andy for your help,
is it possible have the glassy effect also on the top bar?
thanks a lot
Mario
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
Thanks guys!
it doesn’t works on mobile devide. i have to change something?
many thanks
Mario
SOLVED
THANKS!
Mario