Remove "Checkout securely with Paypal" (or move it down) in Dawn theme

Hi,

I want to remove the “Checkout securely with Paypal” animation or move it down a little bit in the product page. How should I do this? I can’t locate to this form in the codes. I am using Dawn 8.0. Any suggestions?

Many thanks,

Elsie

In the Sections/main-product.liquid, I commented codes below. Then the “Checkout Securely with PayPal” Section was moved below the “Buy it now” button. I don’t know why. But it works for me.


                {%- assign product_form_installment_id = 'product-form-installment-' | append: section.id -%}
                {%- form 'product', product, id: product_form_installment_id, class: 'installment caption-large' -%}
                  
                  {{ form | payment_terms }}
                {%- endform -%}