Need to outline the Add to cart button on product page

Hello

I’m using theme Rise, and need to add a border line to the Add to cart button on my product page. How can I do that?

Hey @designer.drafts_1

Follow these Steps:

  1. Go to Online Store
  2. Edit Code
  3. Find theme.liquid file
  4. Add the following code in the bottom of the file above </ body> tag
<style>
.product-form__submit {
    border: solid 1px black !important;
}
</style>

RESULT:


Hope that helps! If it did, a Like and Marking it as Solution goes a long way and helps others find the fix faster too.

Best,
Moeed