Mobile Menu background - by ejder077 - on WordPress WooCommerce support

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

  • Avatar: ejder077
    ejder077
    Participant
    February 21, 2020 at 07:38

    Hi,

    May I ask is there any way to upload an image as mobile menu background?

    Please, contact administrator
    for this information.
    3 Answers
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 21, 2020 at 09:37

    Hello,

    You can use this custom CSS code

    .et-content_toggle .et-mini-content.active {
        background-image: url("your image URL");
        background-size: cover;
    }

    or

    .et-content_toggle .et-mini-content.active {
        background: linear-gradient(0deg, rgba(211,172,201,1) 0%, rgba(235,218,231,1) 48%, rgba(255,255,255,1) 100%);
    }

    https://cssgradient.io/

    Regards

    Avatar: ejder077
    ejder077
    Participant
    February 21, 2020 at 11:46

    Thank you

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 21, 2020 at 11:51

    You’re welcome!

    Regards

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

The issue related to '‘Mobile Menu background’' has been successfully resolved, and the topic is now closed for further responses

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