To change the color of the mm box, In your custom.ss file add the following code. You can put it anywhere you want but I recommend putting it at the top. Always describe what you’re doing by putting your descripton between the comment tags /* */ at the beginning shown below in green. The comments aren’t shown on your rendered page and it just makes things easier for you to remember…
If you’re using the mm box for rotating images use this…
/*mm box color*/
.custom #image_box { background: #ff9955; }
If you’re using the mm box for embedding video use this…
/*mm box color*/
.custom #video_box { background: #ff9955; }
If you’re using the mm box for custom code use this…
/*mm box color*/
.custom #custom_box { background: #ff9955; }
Replace the hexidecimal # with any value you want. To get a choice go here to the cool color picker.













If you would like to leave a comment and you have examples of code you want to show, you must "escape the code". This allows the entire code to show correctly by inserting certain variable around certain tags to make them show. If you don't "escape the code" your code will show up broken, mangled, and it won't be able to be seen correctly. "Escaping the code" is very simple...
Go ahead, leave a comment...