Removing Text Under Buy Button (Subscription, shopify-cleanslate error)

Removing Text Under Buy Button (Subscription, shopify-cleanslate error)

BrandonB1
Visitor
2 0 1

Hello,

 

The following text is appearing under my buy buttons when Subscribe & Save is selected and the user changes the option selected (quantity): 

 

I understand this item will ship according to the terms specified, which may include a deferred or recurring purchase. By continuing, I agree to the cancellation policy and authorize you to charge my payment method at the prices, frequency and dates listed on this page until my order is fulfilled or I cancel, if permitted.
 
We need this text removed, and I've reached out to support at Shopify, Paywhirl, and Appstle (who is suspected of leaving a script behind), but none of them can figure out where this message is coming from. It appears to be originating from shopify-cleanslate but I know very little about coding, only what I can piece together.
 
Can somebody please advise me if there is a way I can insert some code to block this message from appearing? Appstle and the other subscription services that I had previously installed aren't willing to assist in removing their code from my website.
 
 
Thank you to anybody who is able to offer advice!
Replies 3 (3)

PageFly-Kate
Shopify Partner
1270 361 389

Hi @BrandonB1 ,

This is Kate from PageFly - Landing page builder, I’d like to suggest this idea:

Step 1: Go to Online Store->Theme->Edit code
Step 2: Asset->/component-pickup-availability.css->paste below code at the bottom of the file

pickup-availability {
display: none;
}

 

Please let me know if it works by giving it a Like or marking it as a solution!


➜ Optimize your Shopify store with PageFly Page Builder (Free plan available) 
➜ Weekly updated Shopify tutorials on YouTube 


All features are available from Free plan. Live Chat Support is available 24/7.

BrandonB1
Visitor
2 0 1

HI Kate,

 

This did not work, however when I add the following code at the beginning of base.css then it does remove the message. I'm concerned it might have unintended effects, though.

 

.shopify-cleanslate {
  
  display: none !important;
} 
PageFly-Kate
Shopify Partner
1270 361 389

I think it's completely fine and won't affect your site

Please let me know if it works by giving it a Like or marking it as a solution!


➜ Optimize your Shopify store with PageFly Page Builder (Free plan available) 
➜ Weekly updated Shopify tutorials on YouTube 


All features are available from Free plan. Live Chat Support is available 24/7.