How to apply the style changes to the ID instead of the class? #3804
Answered
by
artf
LamaYouzghatli
asked this question in
Q&A
Replies: 2 comments
-
grapesjs.init({
...
selectorManager: {
componentFirst: true,
},
}) |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
LamaYouzghatli
-
Thanks a lot. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I have two elements with the same classes. I want to apply style changes with style manager to one of these two elements. I add ID but the style applies to the class not to the ID.
What can I do?
I want to solve it from the code ..
Beta Was this translation helpful? Give feedback.
All reactions