Removing editor styles when initializing the editor #4692
adavidson21
started this conversation in
General
Replies: 1 comment 4 replies
-
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey all,
This may be a basic question (I'm new to grapesjs and using it in an Angular 11 project), but I'm looking to remove the grey top and side bar from the editor when initializing the editor.
I came across this CSS from the Getting Started section of the docs (and it works when I inspect and manually add it to the element with gjs-cv-canvas class)-
But, I can't seem to figure out how to accomplish this on initialization. Ideally, I'd be able to add it in here:
Any help would be awesome!
Beta Was this translation helpful? Give feedback.
All reactions