Mobile menu - Color settings?

Hi,

how can i set the colors for the mobile menu?

Nobody uses the mobile menu? Or finds black color beautifully? :slight_smile:

you can always use CSS input, in your onexecute event use something in the lines of:


echo "
<style>
  	#css3menu1 { background: blue; }
</style>
"