How can I remove pickup location on product page | Debut theme

Hi everyone!

How can I remove this from my product page? I have the debut theme

Hello,
you are facing this issue, it would be my pleasure to help you.
Welcome to the Shopify community!
Please Share your store live url where you want to do modification, so that I will solve your issue here!

@oscprofessional Hi! this link? https://shopten26.com/products/no-lv

@shopten26 - please add given css to the end of your css file and check

.product-single__store-availability-container {
    display: none;
    visibility: hidden;
}
1 Like

@suyash1 thanks!

.store-availability-information {
display:none !important;
}

Add this code in theme.scss

Was super excited when I found this, but I’m having trouble making it work for my theme. I’m using Turbo them by Out of The Sandbox. Any suggestions?

EDIT Never mind. Just had to change the language for: .product-single__store-availability-container

 
1 Like

Hello! I tried what you mentionned but it didn’t work for me :disappointed_face:

Could you please confirm in which files we need to add the code?

Under a certain template ? Under a certain section? Would mind name it ?

And would you mind showing what the code should look like after added at the end ?

Thank you so much for your help in advance!