Hello,
I previously submitted a question to help me move the “after pay” logo and text under “more payment options” on all my product pages. My website url is https://tokenjewelry.com/.
This is the code I was given but it didn’t work. Please help.
@media (min-width: 1024px) {
.afterpay-logo.compact-badge svg, .afterpay-logo.compact-badge {
margin-bottom: -350px;
margin-right: -20px;
}
}
Hi @paigetoken
This is doable with the Shopify 2.0 free themes but not familiar with Pipeline. You mind have to contact Pipeline for this. You can use the code as reference below
For Shopify 2.0 free themes, this is the steps you can take
- From you Admin page, go to Online store > Themes > Customize
- You need to go to the product, and add a block called Custom Liquid
- Add the code to the textbox and SAVE
{%- assign product_form_installment_id = 'product-form-installment-' | append: section.id -%}
{%- form 'product', product, id: product_form_installment_id, class: 'installment caption-large installment--box' -%}
{{ form | payment_terms }}
{%- endform -%}