0

enter image description here

How to change this default color into some other color in grapesjs?

Reporter
  • 3,897
  • 5
  • 33
  • 47
Sunisha Guptan
  • 1,555
  • 17
  • 44

1 Answers1

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