CSS Design tab for html tags and ids

I notice current design tab is limited to class selector only (at least in the latest free version I’m testing). Is there option to use the visual designer for id and default html tags?

The Design Panel is currently using CSS classes, you cannot define IDs or default HTML tags there.

Hopefully can do it in future release.

Using IDs for design panel was available previously.
But, it is not a good design choice for projects. The existing implementation in Wappler is quite good and I would recommend to upgrade your code to use classes for CSS rather than IDs.

As for HTML tags, that is an interesting option.
HTML tags names can be reserved in the class selector to implement this.
For eg: if ‘span’ class is used, it would use the tag in CSS file for styles, instead of creating a ‘.span’ class.
@George any thoughts on this?