Hi! New to Bricks (1 day in here).
Instead of the normal text
cursor, I would like to use the default
(arrow) when hovering.
In my Basic Text element, I headed to Style > CSS > Custom CSS and added the following:
root {
cursor:default;
}
Which did not work (nothing changed).
Perhaps someone could lead me in the right direction here.
Thanks so much!