Site logo

[Resolved] Mobile logo not showing

Home Forums Support [Resolved] Mobile logo not showing

Home Forums Support Mobile logo not showing

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #2607524
    Belinda White

    GeneratePress 3.3.0
    GP Premium 2.3.1
    WP 6.2
    PHP 8.0

    The mobile logo isn’t showing.
    SVG uploaded. Logo works on all other breakpoints

    #2607592
    Leo
    Staff
    Customer Support

    Hi there,

    Can you activate the parent theme so I can take a cleaner look without the custom CSS from your child theme?

    Let me know 🙂

    #2608149
    Belinda White

    The main GeneratePress theme is now activated.

    #2608170
    Fernando
    Customer Support

    Hi Belinda,

    Can you try adding this through Appearance > Customize > Additional CSS:

    nav#mobile-header img.is-logo-image {
        height: 70px;
    }
    #2608222
    Belinda White

    That worked perfectly, thank you.
    Do you have the CSS to change the hamburger menu colour and line weight?

    #2608369
    David
    Staff
    Customer Support

    Hi there,

    you can change the color of the hamburger icons with this CSS:

    #mobile-header .menu-toggle {
        color: #f00;
    }

    The line weight thats not possible on the SVG. You would have to load your own SVG icons. Let us know if i understood correctly, and if you want to do that

    #2608414
    Belinda White

    That is perfect. Thank you.

    #2608642
    David
    Staff
    Customer Support

    You’re welcome

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