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;
}
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.