Mobile Menu Background

Mobile Menu Background

shopsoulsecret
Visitor
2 0 0

Can anyone provide CSS in order to change the mobile menu background color after clicking on the hamburger menu? I am using the Dawn theme. Any help is appreciated. Thanks!

IMG_0847.jpeg

Reply 1 (1)

Burte
Excursionist
15 4 5

https://www.soulsecretthreads.com/

 

1. change the absolute to relative as below:

 

.header-wrapper {
       position: relative;
}
 
2. remove the css code on theme
 
#MainContent {
     margin-top: 9%;
}