HI,
I have one problem with Transparency header.
The transparency logo is overlapping the fixed logo.
And another question, how can increase the tranparency of the shrinked header??
Thanks.
Hey skauper!
Thank you for visiting the support forum.
I checked the website and the logo is not overlapping the other one. You can add this on Quick CSS to increase the transparency of the shrinked header.
.header_bg {
opacity: .5;
filter: alpha(opacity=50);
}
Cheers!
Ismael
Hi Ismael,
Yes i understood how work the tranparency header and i correct the overlapping.
About the transparency of the shrinked header, i added the code, but it didn’t changed it, i played with the values and nothing happens.
Thank
Waiting a reply!
Pleeease!
Thanks
Hi!
Ismaels code should work – please try to use a more specific selector like:
#top #wrap_all .header_bg {
opacity: 0.35;
filter: alpha(opacity=35);
}
and replace 35 with any value between 1 and 99.
Regards,
Peter