Change The Text On The Shop Pay Checkout Page?

Change The Text On The Shop Pay Checkout Page?

LeeAurich
Tourist
11 0 61

I'm trying to change the text "Ship to" on the Shop Pay checkout page to "Bill to"

I've previously changed the text "Shipping" to "Handling Fee" on the same page using similar code. But I can't get it to work this time.

shoppayshipto.jpg


I have the following code added to theme.liquid:

 

<style>
span._19gi7yt0._19gi7ytg._1fragem1q._19gi7yt9 { visibility: hidden; position: relative; } span._19gi7yt0._19gi7ytg._1fragem1q._19gi7yt9:after { visibility: visible !important; position: absolute !important; top: 0 !important; left: 0 !important; content: "Bill to" !important; white-space: nowrap !important; } </style>

This is directly underneath the code I wrote to change Shipping to Handling Fee.

 

The text refuses to change. I've tried it in incognito mode and on another PC in case it was a browser caching issue. I even added "!important" as a last attempt, but the text still won't change. Have I made an error somewhere, or is the left side of the Shop Pay screen hard coded to not be changed?

 

Store URL: https://western-perennials.myshopify.com/

 

Replies 0 (0)