Adding Custom CSS to picture

edited June 2020 in BeBuilder
I want to add custom CSS to a picture object in the muffin builder. My goal is to have round edges on a containing picture.
image
In the picture object in the muffin builder, I can add a CSS class name. But where and how can I write this CSS:
image

myclass { border-bottom-left-radius: 10px !important; border-bottom-right-radius: 10px !important; }

image

Comments

Sign In or Register to comment.