How to set box shadow to none in bricks?

Hello,

I want the box shadow on an element to be None on hover. Is there a way to set it to None in Bricks?

.element:hover {
  box-shadow: none;
}

With custom CSS, yes. Alternatively, set the x or y to 0.

1 Like