Hey folks! I searched but could not find anything on this forum regarding the following:
I am aware that the preferred workflow for Bricks is using global classes. However, I don’t want to use global classes for everything across the site. I still want to use classes, and I control my styles from an external stylesheet - and use the style tab > css tab > css field to add my css to an element for styling.
the issue with this is that whilst I am styling at the class level, the element ID still outputs in the html/markup , creating a lot of noise in my overall DOM.
Is there a way I am not understanding to get around this?
I have already checked the option under settings for “Add element ID as needed”.
thanks !!