I need some help customizing my "in winkelwagen" button below the products on the collection page / home page.
I want to make the buttons smaller and with round corners. Maybe also a shoppingcart in the center of the button.
Solved! Go to the solution
Sorry you are facing this issue, it would be my pleasure to help you.
Welcome to the Shopify community!
Thanks for your good question.
Please share your site URL,
I will check out the issue and provide you a solution here.
This is an accepted solution.
Thanks for it
1. Go to Online Store->Theme->Edit code
2. Asset->/theme.scss.liquid->paste below code at the bottom of the file.
.grid-product .btn {
border-radius: 100px;
padding: 10px 20px;
color: #fff;
margin-bottom: 10px;
}
User | Count |
---|---|
551 | |
213 | |
129 | |
82 | |
44 |