• Welcome to the Chevereto user community!

    Here users from all over the world gather around to learn the latest about Chevereto and contribute with ideas to improve the software.

    Please keep in mind:

Disable Color Palettes

cuz no update was made here u can use this CSS code



/* Hide the first and second pop-box labels (unwanted labels like "Palette"),
along with the associated color selection area and separator */
.pop-box-label:nth-of-type(1),
.pop-box-label:nth-of-type(2),
[data-action="top-bar-tone"],
.pop-box-label:nth-of-type(2) + .or-separator {
display: none !important;
}
 
Back
Top