How can I customize checkout options on my webpage?

Hello!

I’m trying to set up my web page, I framed on red my questions.

I want to delete “ask about this product” option and all those checkout options because are not allowed in my country (only Paypal)

The other picture I don’t even know what is it but appears t the end of my main page.

Any help will be appreciatted.

Thanks!

Patricia

I want to

@PattyGP

Please share your store URL.

Thanks!

https://claudellcrafts.com/

1 Like

@PattyGP

Please share your store front password .

Thanks!

rahlyi

@PattyGP

Please add the following code at the bottom of your assets/product.scss.liquid file.

.product-details-area .vpp-atv {display: none;}
.product-layout .payment-info {display: none;}

Thanks!

1 Like

Thank you very much!! works perfectly!

I need help with the second image, that appears when you enter to see a listing, at the bottom.

1 Like

@PattyGP

Please add the following code at the bottom of your assets/product.scss.liquid file.

#shopify-section-text-with-image4{display: none;}

Thanks!

1 Like

@PattyGP

if not solved your problem Let me know.

All works perfect!

THANK YOU!!!