Hi, thanks for the reply!
That’s too bad that the ID’s are only for javascript reference, and can’t be used for CSS. I think this is a missed opportunity to make things simpler and more intuitive. On many platforms, the ID that javascript would use to target an element would be the same ID that CSS could use, as it would be the rendered ID on the front-end. Seems odd that these ID’s would only be useful in the back-end.
I know I can add similarly-named custom CSS classes to each element, but this is a lot of extra work and seems redundant. Then have to remember to use the ID for JS & class for CSS.
I do have another question (see here) regarding not being able to target specific CSS classes on particular elements.
Thanks for the tips. Trying to get up to speed on best-practices for fully customizing & optimizing things in Wix Studio after decades on other platforms…