Solved

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

shopten26
Excursionist
33 0 7

Hi everyone! 

 

How can I remove this from my product page? I have the debut themeScreen Shot 2021-08-15 at 11.30.09 AM.png

Accepted Solution (1)
suyash1
Shopify Partner
9077 1129 1479

This is an accepted solution.

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

.product-single__store-availability-container {
    display: none;
    visibility: hidden;
}
To build shopify pages use pagefly
You are welcome to contact me - suyash.patankar@gmail.com , My timezone is GMT+5:30.
paranormal story video using AI

View solution in original post

Replies 7 (7)

oscprofessional
Shopify Partner
15830 2369 3072

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!

Get pass your Store Core Web Vital Free Speed Optimization Audit, Chat on WhatsApp | Skype : oscprofessionals-87 | Email: pallavi@oscprofessionals.com | Custom Pricing Wholesale App : Free | Hire us | Guaranteed Site Speed Optimization | Website Free Audit | Shopify Theme Customization | Build Shopify Private App | Shopify SEO | Digital Marketing
shopten26
Excursionist
33 0 7
suyash1
Shopify Partner
9077 1129 1479

This is an accepted solution.

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

.product-single__store-availability-container {
    display: none;
    visibility: hidden;
}
To build shopify pages use pagefly
You are welcome to contact me - suyash.patankar@gmail.com , My timezone is GMT+5:30.
paranormal story video using AI
shopten26
Excursionist
33 0 7

@suyash1 thanks!

Zworthkey
Shopify Partner
5581 642 1565
.store-availability-information {
display:none !important;
}

Add this code in theme.scss

RussellH
Excursionist
35 0 67

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

 

 

petitlaurierco
Explorer
65 1 12

Hello! I tried what you mentionned but it didn't work for me 😞

 

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!