Hi,
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.
Thank you very much It helps me a lot.