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.
Moeed
August 21, 2025, 5:57pm
3
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?
Moeed
August 22, 2025, 5:10am
8
When you preview the unpublished theme there should be an option in the bottom to share the preview link.
Best,
Moeed
Moeed
August 22, 2025, 5:14am
10
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…
Moeed
August 22, 2025, 5:16am
13
Can you publish your unpublished theme for a couple of minutes so I can check?
Best,
Moeed
I have published the theme now!
Moeed
August 22, 2025, 5:22am
15
Hey @Filippa123
Follow these Steps:
Go to Online Store
Edit Code
Find theme.liquid file
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
Moeed:
</style>
Thank you very much! Quick response and clear instructions, thank you very much!!!