+28
Under review

Ability to set element ID and class(es)

Jigs 9 months ago in Website bulder updated by WebWave 9 months ago 1

In order to work with custom CSS and JS more easily, WebWave developers need to be able to apply/specify IDs and classes for the objects they need to target with their scripts and styles. Right now, the only way to target an element is to publish the page, open the page in a browser in 'developer mode', inspect the element and check what ID WebWave has automatically applied. This is a bit of a chore, and very unintuitive. It would be easier if WebWave did at least one of the following:

1. Use the layer name from the Layer Inspector as the element ID - this seems to be quite intuitive.

2. Provide us with another section in the Element Inspector that give us an "ID" and "Classes" fields for the selected element, where we can manually add the ID and classes we wish to apply to the element, so we can target it with our CSS and JS.