I want afterpay line to be below the Product Price

Hello,

I would like the "
or make 4 interest-free payments of $17.49 AUD fortnightly with

Yopi_0-1628554100695.png

to go below the price in my Shopify store. It’s currently st joined together with the price. Please see the attached photos. I want to be like the example photo below

Please tell me how can I change the positioning of this below the price and lowering the font size.

Thanks.

Kia ora Yopi,

Could you locate the theme.scss.liquid file in your theme code assets folder, and add the following at the bottom of the file:

.price-container {
    display: block;
}

Hey, @Yopi

Eunice here from Shopify, thanks for posting!

I recommend contacting AfterPay for help with this. With your permission, they should be able to gain access to your store to change the position of their code. I did this with my own store around a year ago, so hopefully, they do still offer this kind of customization. However, if they don’t, you do have the option to hire a Shopify Expert. Shopify Experts are freelance designers, developers, and consultants here to help you and your business.

Alternatively, if you want to give any coding alterations ago yourself then I recommend learning how to roll back your theme to an earlier version through this tutorial here. Knowing how to roll back your theme comes in very handy when you’ve made changes to your theme files and you want to revert them.

I hope this helps!