[Question] Customize CSS class name
Question
GrapesJs editor creates a unique class for element and adds CSS rules to it. For example,
.c1731 {
color: #FA8072;
border: 2px solid #FA8072;
}
Now, is there any way to customize this behaviour?
I want it to be .parent-namespace .c1731 instead of just .c1731?
.parent-namespace .c1731 {
color: #FA8072;
border: 2px solid #FA8072;
}
Is there any solution to do so?
Thanks
Answers (3)
I found this related issue - https://github.com/artf/grapesjs/issues/391
If you need to update CSS rules you should rely on CSS Composer module
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Related Questions and Answers
Continue research with similar issue discussions.
Issue #1307
Question: To stop dynamically generated classes in grapes Editor
Hi @artf is there any Way to stop dynamically generating classes on reloading editor. let say when i add my custom class i.e "my_class" to...
Issue #837
[QUESTION] Javascript Deletes
Whenever I import, using import plugin, javascript part of the code is deleted. Is there any way to preserve it? I want to used the exporte...
Issue #1579
Border Color Issue
@artf There is bug in the border color if you drag a button on the editor and paste color like rgb(255, 0, 0) in border color and select an...
Issue #1740
[Question]: CSS properties set on id elements not saved v0.14.50
When I try to put background color on a 1 column row element, it is inlined in the editor and not bind with id, it has unique id, and when...
Paid Plugins That Match This Issue
Curated by issue keywords and label relevance to help you ship faster.
Loading paid plugin recommendations...
Browse Plugin Categories
Jump directly to plugin category pages on the marketplace.