Adding space after Shop Pay text on product page - Debut theme

Hi there! I’m looking to add a bit of space under the Shop Pay installments wording. I’m using Debut - couldn’t find any solutions for this theme. Thanks in advance!!

Hi @KelMurphy ,

Please share your store URL.

Regards

Reena

Hi Reena! Sorry about that - I knew I forgot something!

https://www.kelmurphydesigns.com/

Hi @KelMurphy

Please add below code in theme.css file.

Go to Online store > Actions > Edit code

From Right side bar Search Assets > theme.css. Open file and paste it at very bottom of this file

.product-form__controls-group {
    margin-top: 25px;
}

Hope this helps,

Regards,

Reena

1 Like

That’s perfect, thanks so much!!

Do you happen to know how to remove the “shipping calculated at checkout”? I tried going into languages and changing the text, but that didn’t work for me.

@KelMurphy ,

Please check this thread https://community.shopify.com/c/shopify-design/delete-shipping-calculated-at-checkout/td-p/533355

Hope this helps

I was actually looking at that earlier! I did change the text in “edit language”, but that didn’t change it on my product pages. I just tried:

Online Store > Themes > Actions > Edit code and open-up the ‘product-template.liquid’ and look for:

<p>{{ product.vendor }}</p>

to add the text there, but I don’t even see “product.vendor”

I saw that others deleted code to remove the “shipping calculated at checkout” - but most said it didn’t work for them.