Hide site logo on mobile - by mykjones - on WordPress WooCommerce support

This topic has 4 replies, 3 voices, and was last updated 8 years, 3 months ago ago by Jack Richardson

  • Avatar: mykjones
    mykjones
    Participant
    January 21, 2016 at 21:52

    I would like to hide the main logo on the mobile site. How can I do this?

    thanks

    3 Answers
    Avatar: stan
    Stan Russell
    Participant
    January 22, 2016 at 08:27

    Hello mykjones,

    please use following css code:

    @media screen and (max-width:992px){
      .tp-mask-wrap,.header-logo{display:none!important}
      }

    Regards,
    Stan Russell.

    Avatar: mykjones
    mykjones
    Participant
    January 26, 2016 at 21:09

    for some reason this removed my logo from the slideshow as well…odd

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    January 27, 2016 at 09:56

    Hello,

    Try to use this code instead of the previous one in Theme Options > Custom CSS > Custom CSS for mobile:

    .header-logo {
        display: none !important;
    }

    for some reason this removed my logo from the slideshow as well

    Please show a screenshot where you want to keep logo.

    Best regards,
    Jack Richardson.

  • Viewing 4 results - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.