Jump to content
WebFlake
  • 0

Remove Color Picker


Head Guru

Question

I am trying to remove the color picker from the top menu ... I have removed several things from the globaltemplate but that didn't work. I tried the following code and that didn't work either. Anyone have any other ideas? Thanks.

.ipsfocus_backgroundPicker {
  display: none;
}
 

Head Guru - Personal Blog: https://www.zacdrayson.com |Business Website: https://www.hydrawebservices.com
 

Link to comment
Share on other sites

4 answers to this question

Recommended Posts

  • 0
1 minute ago, Papa Smurf said:

I am trying to remove the color picker from the top menu ... I have removed several things from the globaltemplate but that didn't work. I tried the following code and that didn't work either. Anyone have any other ideas? Thanks.

.ipsfocus_backgroundPicker {
  display: none;
}
 

From what IPSFocus theme?

  • Support Team - September 9th, 2017 - June 8, 2018
  • Junior Moderator - December 14th 2018 - November 16th, 2019
  • Designer - November 16th, 2019 - June 5th, 2020
  • Moderator - June 5th, 2020 - August 28th, 2020
Link to comment
Share on other sites

  • 0
.ipsfocus_toggleColour {
 display: none !important; 
}

 

  • Support Team - September 9th, 2017 - June 8, 2018
  • Junior Moderator - December 14th 2018 - November 16th, 2019
  • Designer - November 16th, 2019 - June 5th, 2020
  • Moderator - June 5th, 2020 - August 28th, 2020
Link to comment
Share on other sites

  • 0
The question(s) in this support topic have been answered and the topic author has resolved their issue. This topic is now closed. If you have other questions, please open a new topic.
  • Support Team - September 9th, 2017 - June 8, 2018
  • Junior Moderator - December 14th 2018 - November 16th, 2019
  • Designer - November 16th, 2019 - June 5th, 2020
  • Moderator - June 5th, 2020 - August 28th, 2020
Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...