Home Forums Space themes support forum How to add background color to mobile menue Reply To: How to add background color to mobile menue

#358758

Bogdan Donovan
Keymaster

Hi,

1. Go to your header mobile menu element and select light color scheme in it (https://prnt.sc/fMbEcWh8aKMo)
2. Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.

.xts-side-hidden.xts-side-mobile.xts-scheme-light {
		background-color: #3e004b;
}

Kind Regards