Remove pickup time on checkout

Topic summary

A user seeks to remove the \

Summarized with AI on November 6. AI used: claude-sonnet-4-5-20250929.

How to remove the pickup time “Usually ready in 2-4 days”

Hey @marketingapt1b , it’s difficult to answer with only an image. It is possible, but I need access to the store. Please provide me with a collaborator code. so I can check this in better and provide you with a more tailored solution.
Best regards
K.K

Hello @marketingapt1b

Go to online store ---------> themes --------------> actions ------> edit code------->assets—>9480.latest.en.520a79dd3a3eb9e62c75.css
add this code at the end of the file.

._16s97g73r {
display: none !important;
}

result

If this was helpful, hit the like button and accept the solution.
Thanks

Hi @marketingapt1b , I hope you are doing well.

  1. Go to Online Store → Theme → Edit code.
  2. Open your 9480.latest.en.520a79dd3a3eb9e62c75.css file
  3. Paste the below code
._16s97g73r {
    display: none !important;
}

If my reply is helpful, kindly click like and mark it as an accepted solution.

Thanks!

Hi @marketingapt1b you need to go to SettingsCheckoutCheckout languageManage checkout language, in the tabs you’ll find Checkout delivery options and inputs with example copy for Pick up in two to four days, just change it to empty string. I am attaching screenshots. Hope it’ll help you :slightly_smiling_face: If you have any questions or concerns about the Checkout customizations I’ll be happy to help :slightly_smiling_face:

Thank you so much all!

I cant find this path. where exactly is this?