Recode pickup availability on product page

Hi,

Can someone help me recode the product page? I want to remove this text on the product page. I have managed to remove most of the text by editing the default theme content but does this need to be coded out?
Please help me with this! Thank you very much!

Hello,

I hope you are doing well!

Can you please provide me the store URL and collaborative code so that I can fix this for you.

Hey @Filippa123

I’m unable to see this text on your website, did you manage to solve out the issue?

Best,
Moeed

Hi @Filippa123 ,

I can’t see the text you mentioned on your site. Were you able to fix the issue, or is it still unresolved?

Best,
Felix

Hi @Filippa123,

I checked and couldn’t find it, did you remove it?

Hi, I forgot to mention, its on a unpublished theme, I dont know if I can link you to that page?

Hi,

Its on a unpublished theme, I dont know if I can link you to that page?

When you preview the unpublished theme there should be an option in the bottom to share the preview link.

Best,
Moeed

Thank you!

Hey @Filippa123

Even in your unpublished theme, all your products are showing as Sold Out and the text which you’re referring to is not showing there.

Best,
Moeed

Hmm, that´s weird. I can see the text an the products does not sit as sold out for me…

Can you publish your unpublished theme for a couple of minutes so I can check?

Best,
Moeed

I have published the theme now!

Hey @Filippa123

Follow these Steps:

  1. Go to Online Store
  2. Edit Code
  3. Find theme.liquid file
  4. Add the following code in the bottom of the file above </ body> tag
<style>
pickup-availability {
    display: none !important;
}
</style>

RESULT:

If you require any other help, feel free to reach out to me. If I managed to help you then a Like would be truly appreciated.

Best,
Moeed

Thank you very much! Quick response and clear instructions, thank you very much!!!