by default, when editing a cell, the color #4A5568 is forced
fixed by deleting part of the line
FILE
wp-table-builder\inc\admin\controls\control-color-palette.php
EDIT line #50
data.defaultValue = data.defaultValue || ‘#4A5568’;
to
data.defaultValue = data.defaultValue;
-
This reply was modified 3 years ago by Ruslan.