How can I reposition the product price in Debutify theme?

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?

https://thetailtrove.com/products/barkey-anti-bark-collar?_pos=2&_psq=bark&_ss=e&_v=1.0

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 :sweat_smile:
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!:slight_smile:

You are welcome! @robertbarta