Mobile logo to small - by qoqmedia - on WordPress WooCommerce support

This topic has 10 replies, 2 voices, and was last updated 6 years, 6 months ago ago by Rose Tyler

  • 9 Answers
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 24, 2017 at 13:05

    Hello,

    It is not possible to use a different logo for mobile devices.
    But you may try to upload logo that you want to display on mobile in Theme Options and add this code in Custom css to display another logo on all devices except mobile.

    @media (min-width: 480px) { 
    .main-header .header-logo {
        background-image: url(https://steigerhoutenmeubelcentrum.nl/wp-content/uploads/2017/09/banner.jpg);
        background-size: cover;
        width: 75% !important;
    }
    .main-header .header-logo img {
        opacity: 0;
    }
    }

    Regards

    Avatar: Meubeklgoed
    qoqmedia
    Participant
    October 24, 2017 at 13:58

    Thanks but this does not seem to work… any other thoughts maby?

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 24, 2017 at 14:00

    Hello,

    Please provide wp-admin access in Private Content.

    Regards

    Avatar: Meubeklgoed
    qoqmedia
    Participant
    October 24, 2017 at 14:05

    here you go 🙂

    Please, contact administrator
    for this information.
    Avatar: Meubeklgoed
    qoqmedia
    Participant
    October 24, 2017 at 14:19

    is there also a bit of css to remove the slider on mobile diveces only?

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 24, 2017 at 14:21

    Please check now.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 24, 2017 at 14:22

    To hide slider on mobile http://prntscr.com/h1dutx

    Regards

    Avatar: Meubeklgoed
    qoqmedia
    Participant
    October 24, 2017 at 14:22

    Thanks! the logo works! is there a way for me to change the size of it?

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 24, 2017 at 14:31

    You’re welcome!
    Edit it in Custom css http://prntscr.com/h1dzoi

    Regards

  • Viewing 10 results - 1 through 10 (of 10 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.