Hey there,
I am helping this business with their shopify and the prices are now showing on top of their products. How can I have the price show below the products and the product title back again?
This is the site: https://typebooks.ca/collections/art-design
They are using the debut theme
Thanks
Solved! Go to the solution
This is an accepted solution.
Thanks for post
1. Go to Online Store->Theme->Edit code
2. Asset->/theme.scss.liquid->paste below code at the bottom of the file.
.product-card {
display: flex;
width: 100%;
flex-direction: column-reverse;
}
Thanks for the update and support
User | Count |
---|---|
422 | |
208 | |
144 | |
56 | |
43 |