Buy me a coffee

Change Mobile Menu Background (Color, Image)

Change Mobile Menu Background Color

#1. Add this code to Custom CSS box and Save

/* Mobile menu background color */
.header-menu-bg.theme-bg--primary {
    background-color: #f1f !important;
}

Change Mobile Menu Background Color 01 Min

#2. You will have a result like this

Change Mobile Menu Background Color 02 Min

Change Mobile Menu Background Image

#1. Add this code to Custom CSS box and Save (you can change example image url to url what you want)

/* Mobile menu background color */
.header-menu-bg.theme-bg--primary {
    background-image: url(https://cdn.pixabay.com/photo/2024/01/07/14/12/man-8493244_1280.jpg);
}

Change Mobile Menu Background Image 01 Min

#3. You will have a result like this

Change Mobile Menu Background Image 02 Min