Hi,
how can i change the pre-defined 3 colors at the bottom of the “Element Preview”, called “Set preview background”. THere are 3 Colors (White, Grey and Black). I want to change this 3 colors to White, Yellow and Blue
Thanks!
best regards, Daniel
Hey danielrad78,
Thank you for using Enfold.
You need to manually edit the config-templatebuilder > avia-templatebuilder > js > avia-builder.js file. Look for this code around line 248:
var bg_colors = "<a href='#' style='background:#fff;'></a><a href='#' style='background:#f1f1f1;'></a><a href='#' style='background:#222;'></a>";
Best regards,
Ismael