How to change this default color into some other color in grapesjs?
Asked
Active
Viewed 352 times
1 Answers
1
You can change it using the CSS, using red as an example:
.gjs-one-bg { background-color: 'red' }
There is a lot of other classes you can alter as well, use Chrome dev tools to inspect them. Make sure to add !important
if the styles don't apply.

Elio Rahi
- 166
- 8