Add CSS to a HTML tag

Continuing the discussion from Adding css to the html element:

But sometimes, it would be more efficient to add CSS to HTML tags when the tags are used many times : #myform label, #myform input { padding: 20px; }

1 Like

We’ll be adding a feature this fall that will allow for these types of selectors.

2 Likes

can i do something like this in gui? :

.features-list li {  margin-bottom: 20px; list-style-type: circle;  }

Not yet but we’re planning on building this type of functionality soon.