How can I remove button frames in the Dawn theme?

Hi,

not sure how to do it, but I would like to remove the frames (boarders) that I currently have on all of my buttons.

https://sugarfreeeu.com/

hope someone could help

Ok, found the solution:

.button:after {
display: none;
}