Is there a way to directly edit the HTML of the shipping method section of the checkout process with Shopify Plus? I would like to add a div at the bottom of the shipping method section.
I’m wondering if I can edit the components that are pulled in via {{ content_for_layout }} in checkout.liquid.
The reason is that I want to add a message if Expedited shipping is selected. I’ve tried adding content via CSS with ::after but cannot get it to work, and now I’d actually prefer to just add a div that contains dynamic liquid code (which I cannot do via ::after) that updates based on the day of the week.
Thank you.