Im not sure if this has been asked before. However I have a need to put a decorative border around all my containers. Is there an jedi way of doing this in webflow? Basically the border is a box with inside out arcs on the corners if that makes sense? Probably image based as it has to look like chalk as well.
I would play with $.wrap(...) code to wrap the container with other element and a css :before and :after. I don’t have any experience with using the CSS :before and :after but I’m sure you could see something on the internet to proove my theory ;P