Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #734847

    I would like it so that my transparency logo stays the same on the mobile, however for the rest of the pages it uses the standard logo. This link below was close, but it put the logo I choose ALL mobile pages. I just really need it to work just like it does on non-mobile. 1 logo for the transparent header, and the standard logo for the rest.

    Thanks,
    Frank

    #735741

    Hey ftlamont,

    Can you post a link to your site? so we can take a closer look.

    Best regards,
    Nikko

    #735843
    #736224

    Hi,

    Try adding this css code in Quick CSS (located in Enfold > General Styling):

    @media only screen and (max-width:767px) {
        .responsive #top.home .av_header_transparency.av_alternate_logo_active .logo a > img {
            opacity: 0;
        }
    
        .responsive #top .av_header_transparency .logo img.alternate {
            display: block;
        }
    }

    Hope this helps :)

    Cheers!
    Nikko

    #742086

    That worked perfectly. Thanks!!!

    #742475

    Hey!

    Glad we could help :)

    Cheers!
    Nikko

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