Class and id But when I write # name; id name, the id name is not written on the element of the tree panel

Hi,



Uploading: 스크린샷 2022-03-16 오후 9.33.31.png…

When I write a class name, the class name is written in both tree panel and style.css .

But when I write # name; id name, the id name is not written on the element of the tree panel.

How can I fix it ?

Thanks.

Hi @alexseo,
The style panel can add class names, but it won’t add any other attributes. In order to add an id or other attribute to an element you need to use the Property panel.


You can also use the property panel to add classes to elements without creating a new CSS rule.
Cheers,
Bob

Thank you very much
It helps me a lot.