Hello, I am currently using a Debutify Theme and would like to move the Price Tag underneath the Product Bullet Points/Above the Add to Cart/Quantity Picker. Does anyone know how to do this?
@robertbarta - can you please share the page link?
Hi @robertbarta ,
You can try to add this code in the Go to Theme editor >customize > Homepage > Adding this code:
.price-container-wrapper{
display: flex;
flex-direction: column-reverse;
}
Hope it helps!
Where do I add it on the homepage?
Oh sorry @robertbarta my bad ![]()
You can try this code by following these steps:
Step 1: Go to Online Store->Theme->Edit code.
Step 2: Search file theme.liquid
Step 3: Paste the below code at the bottom of the file → Save
Here is the result:
Hope it helps!
P.S. By the way, I love your store design. It really well organized and super cute.
Thank you!! You’re awesome!![]()
You are welcome! @robertbarta

