Changing the Styling and Placement of Your Shipping Policy Text

In this guide, we will show you how to change the styling and placement of your shipping policy text in your Shopify store. By using a custom liquid theme block and CSS code, you can adjust the font size and weight of your text and use an app block to move it to a different location on your product page.

Adjusting the Styling of the Shipping Policy Text

  1. Log in to your Shopify admin and go to the "Sales Channels" section.
  2. Select "Online Store" and then click on the "Customize" button next to your current theme.
  3. In the theme editor, navigate to your product page by clicking on "Products" and then the "Default Template".
  4. Choose the product you want to show on your product page or add a new one.
  5. To adjust the styling of the text, click on "Add Block" and select "Custom Liquid Theme Block".
  6. Paste the following CSS code into the custom liquid theme block:

<style>

.dash-shipping-policy {

font-size: 14px !important;

font-weight: 700;

}

</style>

  1. Click on "Save" to apply the changes to the font size and weight of the text.

Changing the Placement of the Shipping Policy Text

  1. In the theme editor, navigate to your product page.
  2. Click on "Add Block" and select "Pre-order Shipping Text".
  3. Drag the text to the desired location on your product page.

If you have any questions or need additional assistance, feel free to reach out to the Shopify support team.

Did this answer your question? Thanks for the feedback There was a problem submitting your feedback. Please try again later.

Still need help? Contact Us Contact Us