Hi everyone,
I’m trying to apply some advanced CSS selectors in Bricks Builder, but I’m not sure if there’s a way to do this using the native UI settings.
Specifically, I want to use selectors like:
:first-child
:last-child
:nth-child()
:nth-of-type()
:not()
:checked
------
::before
::after
Is there any way to achieve these directly within Bricks (without custom CSS), or is custom CSS the only option for these cases?
If custom CSS is required, what’s the best practice for using them with `%root%` or within Bricks elements?
Thanks in advance!
