check the css file which is appearing on checkout page, I thought checkout.scss.liquid
then add the code in it..
Goal: hide the discount code field on the Shopify checkout and show/use it on the cart page (theme: Sabujcha). Another user later reports cart-page discounts not working.
Proposed approach: add CSS to hide the checkout discount section:
Where to add it: via Online Store > Theme > Edit code, typically in Assets (e.g., theme.scss.liquid or style.css). For some setups, try checkout.scss.liquid or whichever stylesheet loads on checkout.
Constraints/nuances:
Outcomes:
Status: mixed results, theme- and plan-dependent. Next steps: share store URL for tailored guidance; confirm which CSS file loads on checkout; test the corrected selector. Code snippet is central to the solution.
check the css file which is appearing on checkout page, I thought checkout.scss.liquid
then add the code in it..