Mobile Menu Background

G Started by Gemma · August 26, 2020 at 6:48 am · 1 reply 0 voices Last reply 5 years, 10 months ago
G
Gemma Original poster Member
#1

Hi there,

I cannot for the life of me get the mobile menu to change from black to white.

I’ve tried all the additional CSS going but it doesn’t seem to register for the Own Shop theme – can anyone help?

Thanks

ST
Spiracle Themes Original poster
#2

Hi Gemma,

Try the CSS below:

.hd-bar {
background: #fff;
}

.hd-bar .side-menu ul.navigation > li > ul > li > a,
.hd-bar .side-menu ul li ul li ul li a {
color: #555;
}

.hd-bar .side-menu ul li {
border-bottom: 1px solid #efefef;
}

.hd-bar .hd-bar-closer button {
color: #555 !important;
}

@media only screen and (max-width: 767px) {
.hd-bar .side-menu ul li a {
color: #555;
}
}

Copy and paste it in Appearance -> Customize -> Additonal CSS

Let us know if you have any questions

Best Regards

Post a reply

Join the conversation. Be kind — this is a public forum.

Replying to Mobile Menu Background

By posting, your reply becomes public (unless marked private).