How to turn off Global Color JM Monsieur?

How do I to turn off Global Color? It is at the top right hand corner of the page.

4 answers

Profile photo of Lara 4810.00 $tone February 25, 2014
Public

To hide Global button, open the skin/frontend/default/jm_monsieur/css/style.css file (find line 5247)

Add the line in red into this code block:

Code:

#jm-quicksetting {
    float: right;
    height: 30px;
    line-height: 30px;
    position: relative;
    display: none;
}
#3

This question is now closed

Written By

Comments