Viewing 5 replies - 1 through 5 (of 5 total)
  • Hello there,

    Please try adding this CSS code to Appearance > Customize > Additional CSS from dashboard.

    
    .site-header .col-md-4 > * {
      opacity: 0; 
    }
    

    Regards,
    Kharis

    Thread Starter Tsunning

    (@tsunning)

    HI Kharis,

    thanks for the quick response. I tried the CSS coding, but what happened is that the logo on the page disappeared, along with the three lines to make the menu slide out. What I want is the logo on top of the menu items to disappear.

    Cheers,
    Loretta

    Hello there,

    I am sorry for incorrect code. I couldn’t see your menu items because your site isn’t publicly accessible –“coming-soon” mode seems active. Is there any other way to access it?

    Regards,
    Kharis

    Thread Starter Tsunning

    (@tsunning)

    Hi Kharis,

    my site is still in its beginning stages, so not public yet. Heres a screenshot of what I mean though: https://imgur.com/a/eVlF8eP I wants the top left logo to disappear.

    Regards,
    Loretta

    Hello Loretta,

    Try adding this CSS code to Appearance > Customize > Additional CSS from dashboard.

    
    .mobile-branding .site-branding {
      height: 0;
      overflow: hidden;
      opacity: 0;
    }
    

    Regards,
    Kharis

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Remove Logo from Menu’ is closed to new replies.