Hello,
we have the site Logo that when you open the page it does not display
only after scrolling it appears
It is set in “transparency options” to display a different logo
and if I scroll the transparency logo appears
If I click on the logo (before scrolling) I see the css
#top .av_header_transparency.av_alternate_logo_active .logo a > img {
opacity: 0;
filter: alpha(opacity=0);
}
in file avia-merged-styles-66137eb522f4e95a2dddfb71314f8c5e—5e26172dad.css
So I added
#top .av_header_transparency.av_alternate_logo_active .logo a > img {
opacity: 1 !important;
}
But now it display the logo on loading the page, but it doest display the second logo after scrolling
Thank you
Mauro
Hey profumopuntoit,
Add this to quick css:
.av_header_transparency.av_alternate_logo_active .logo a > img{
opacity:1!important;
}
Best regards,
Jordan Shannon
Thank you
the problem was another: I have inverted the two images
I suggest making more clear the text in https://perfume.courses/wp-content/themes/enfold/images/framework-helper/header_transparency.jpg
What is necessary to know actually It is written, but the relevant information in light grey passed for me unobserved
Thank you
Mauro