Hi I can do some change to background colour for .offcanvas-menu desktop but I cant find how to make that work for mobile to change background color and color for the offcanvas menu mobile only.
I would like to change the background color and color for the dropdown mobile menu when click on hamburger menu but I cant get it to work so thats it. Is this a bug or where do you do that so I can add it to my custom css file.
I tried this for example but no effect etc.
.offcanvas-menu .offcanvas-inner .sp-module ul > li {
line-height: 20px !important;
margin-bottom: 1px !important;
margin-top: 1px !important;
}