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?
Moeed
2
Hey @designer.drafts_1
Follow these Steps:
- Go to Online Store
- Edit Code
- Find theme.liquid file
- 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