Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1122880

    I have my header hidden on my homepage, until you scroll down. How do I get the header to show as default on my mobile homepage? Currently the menu and search icon show, but the logo doesn’t show on the homepage on mobile.

    #1123029

    Hey Tanya,

    You have this in your child theme CSS which is causing that:

    .home .logo {
        opacity: 0;
    }

    Best regards,
    Rikard

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