spazl
Chevereto Member
Hi iam having fun time changing the Themes layout and colors with just CSS its working out great, how ever the mobil version menu i cant change the background from black to white lets say..i try everything so far...
#menu-fullscreen {
position: fixed;
left: 0;
top: 0;
background: #222;
height: 100%;
width: 100%;
}
added this in custom css and changed to fff but it is not working...
#menu-fullscreen {
position: fixed;
left: 0;
top: 0;
background: #222;
height: 100%;
width: 100%;
}
added this in custom css and changed to fff but it is not working...