I want to add a CSS on our checkout page. Even though We have Shopify Plus, we could not get access to checkout. liquid, since Shopify is planning to remove this feature. Can anyone suggest how can I make CSS changes on my checkout page? I get to know about Shopify branding API, but I could not figure out how can I target specific class/section CSS on that too.
Hello there,
what do you want to change in particular?
Maybe there is a workaround.
Kind regards,
Thank you @stearis , To be particular we want to hide the discount input field on our checkout page. either by CSS or js, does not matter. If there is a workaround, would like to know in detail, please.
Oh okay, then you can just deactivate the discount codes.
This should make the discount input disappear.
Kind regards,
Najam
That would be a good solution if we don’t want to use discount codes. But we already have a discount field on our cart page as our requirement is to check the delivery date matches with discount codes date range. We don’t want to a user to reenter discount codes on our checkout page.
Hi Ecommerce5. You could use checkout extensibility specifically the branding API (like you mentioned) https://shopify.dev/docs/apps/checkout. This involves building a small app. If you want help with this let me know.