I want to replace the "add to cart" button with the "contact us" button. I tried it myself, but it didn't work. After I changed the code, the picture of the product page moved down a lot. I hope the Shopify team can help me. Thank you!
My store :https://www.dectextile.com/
you have put all the wrong code as per your section i will provide a temporary solution make sure use theme default product section code much betters
1. Go to Online Store->Theme->Edit code
2. Asset->/theme.css.liquid->paste below code at the bottom of the file.
.product-single__photo-wrapper {
position: relative;
}
.product-single .feature-row__image {
position: absolute;
top: 0;
left: 0;
right: 0;
width: 100%;
}
Try this
https://shopify.dev/tutorials/customize-theme-replace-add-to-cart-button
i can do to it own code
User | Count |
---|---|
790 | |
140 | |
93 | |
64 | |
60 |