[Resolved] SVG Logo Overwrite in Header

Home Forums Support [Resolved] SVG Logo Overwrite in Header

Home Forums Support SVG Logo Overwrite in Header

Viewing 4 posts - 16 through 19 (of 19 total)
  • Author
    Posts
  • #603150
    Tom
    Lead Developer
    Lead Developer

    You should be able to add this:

    .generate-merged-header #mobile-header:not(.toggled) .menu-toggle, 
    .generate-merged-header #mobile-header .mobile-bar-items a {
        color: #444;
    }

    Then use your regular dark mobile logo.

    I’m currently re-writing the Page Header module, and I fixed all of the issues we’ve found in this thread 🙂

    #603570
    Todd

    I added the CSS and then disabled the logo snippet you gave me (or should I not?) There is so much going on I not sure what is doing what now!

    This will all be addresses in GP 1.7, that is great. Do you have an ETA for that release?

    #603731
    Tom
    Lead Developer
    Lead Developer

    Yep – that’s exactly what you should do.

    The text isn’t visible because you also have this CSS in your child theme:

    .generate-merged-header #mobile-header:not(.toggled) .menu-toggle, 
    .generate-merged-header #mobile-header .mobile-bar-items a {
        color: #fff;
    }

    Hoping to get an alpha version of 1.7 our next week.

    #603738
    Todd

    Perfect, Thanks Tom. Looking forward to 1.7!

Viewing 4 posts - 16 through 19 (of 19 total)
  • You must be logged in to reply to this topic.