Adding Custom CSS to picture
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.
In the picture object in the muffin builder, I can add a CSS class name. But where and how can I write this CSS:
myclass { border-bottom-left-radius: 10px !important; border-bottom-right-radius: 10px !important; }
Comments