Narrative theme - buyer can't key in notes to seller at the cart

Hi all,

I need help! When customer add to cart, they can’t seem to put notes under “special instruction to seller”

Any idea how to rectify? Thank you.

Shop name - www.storkbaby.sg

Hi all,

Please see the picture below. Unable to see the box to key in notes. Another add on question, when i did a gift card. Will shopify auto send the gift card to client or do we have to draft our own email to sned

Hi @ct888 ,

Please follow these steps:

  • Step 1: Go to Online store > Themes > Actions > Edit code.
  • Step 2: Go to Assets > theme.scss.liquid and paste this at the bottom of the file:
.cart-drawer__note{
    background: #fff;
    border: 1px solid #fff;
}

Hope it helps!