evoluteur/colorpicker

Hide the webpalette link ?

ncou opened this issue · 1 comments

ncou commented

Hi,

is there a way to hide the webpalette link ?

Thank you. keep up the good work.

There is no option for that but you can do it with CSS.
Add the following:
.evo-more{
display: none
}