Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1176512

    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

    #1176568

    Hey profumopuntoit,

    Add this to quick css:

    .av_header_transparency.av_alternate_logo_active .logo a > img{
    opacity:1!important;
    }

    Best regards,
    Jordan Shannon

    #1177590

    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

    #1177718

    Hi,

    Glad you figured it out!

    Let us know if you have any other questions or issues :)

    Cheers!
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Logo displayed only after scrolling’ is closed to new replies.