How to get rid of the color box menu ?

Hi there,

As said in the title, I’m trying to get rid of the optional color box. I can’t find it anywhere. Can anyone help with this one ?

Cheers

Fred

11 answers

Profile photo of Fred Tep 10.00 $tone September 10, 2014
Public

Hi Tom,

On the top right of the theme there are 3 buttons. I’m talking about the left one with the languages and the colors.
As my website will only be in french and as I won’t need the color picker, I’d like to remove it.

#2
Profile photo of Ziven Staff 100280.00 $tone September 11, 2014
Public

Hi That’s a static block and you can disable it via admin area of your site

Admin -> CMS -> Static Block -> Colors (click on and choose to disable it)

#4
Profile photo of Fred Tep 10.00 $tone September 11, 2014
Public

I’m not sure it’s the best way to do it, but here is my solution :
I’ve juste added the following css code :

#jm-setting{
display: none;
}

I wanted to deactivate the button but well, it’s working this way.

#6
Profile photo of tomc 0.00 $tone September 11, 2014
Public

I’m not sure it’s the best way to do it, but here is my solution :
I’ve juste added the following css code :

#jm-setting{
display: none;
}

I wanted to deactivate the button but well, it’s working this way.

That’s how I would have suggested you "get rid of it" -- for display purposes.
Ziven’s suggestion above (Post #5) may have worked as well.

Glad you were able to figure it out to your liking … All the best with your continuing site development.

#7
Profile photo of Fred Tep 10.00 $tone September 11, 2014
Public

I did try Ziven trick but if you do that you just get rid of "color : red square -- …" inside the box. The "world" button is still here and that’s this button that I wanted to remove.
Hope this will help.

Have a fun day

#8

Please login or Register to Submit Answer

Written By

Comments