Issue #1608💬 AnsweredOpened November 26, 2018by narendravaghela0 reactions

Customize CSS class name

Quick answerby narendravaghela

I found this related issue - https://github.com/artf/grapesjs/issues/391

Read full answer below ↓

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)

artfNovember 30, 2018

If you need to update CSS rules you should rely on CSS Composer module

lock[bot]November 30, 2019

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.

Paid Plugins That Match This Issue

Curated by issue keywords and label relevance to help you ship faster.

View all plugins

Loading paid plugin recommendations...

Free option

Check the open-source GrapesJS plugins on GitHub or run a quick search in our free catalog.

Browse free plugins →
Premium option

Premium plugins ship with support, regular updates, and production-ready features — save days of integration work.

Browse premium plugins →

Related tutorials

In-depth guides on the same topic.

All tutorials →

Browse Plugin Categories

Jump directly to plugin category pages on the marketplace.