My solution was what I saw while finding answers for the problem I have:
.button {
border: none !important;
}
placed it on the base.css file and it did not work.
I also need to change the color of the header “shop-all” button but it doesn’t work as well. I go “inspect element” to try to find the class of the element and find that class in the source code but I cannot usually find it. I am still new to playing around with the code but I have dev experience. EDIT: I actually found the header buttons class and was able to customize the CSS but still it’s been impossible to remove the borders.