Remove summary from buy button on cart drawer

Solved

Remove summary from buy button on cart drawer

LeyDE
Excursionist
32 0 7

Hello dear community,

I'm using the focal theme 10.3.1 and I want to remove some text from the buy button in the cart drawer. I think it needs to be coded. Can anyone help? I attached a photo for reference.

 

asdasdf.jpg

Accepted Solution (1)

Moeed
Shopify Partner
6986 1884 2302

This is an accepted solution.

Hey @LeyDE 

 

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>
span.docapp-sync-subtotal {
    display: none !important;
}
span.square-separator {
    display: none !important;
}
</style>

 

RESULT:

Moeed_0-1701379686431.png

 

If I managed to help you then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications


View solution in original post

Replies 2 (2)

Moeed
Shopify Partner
6986 1884 2302

This is an accepted solution.

Hey @LeyDE 

 

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>
span.docapp-sync-subtotal {
    display: none !important;
}
span.square-separator {
    display: none !important;
}
</style>

 

RESULT:

Moeed_0-1701379686431.png

 

If I managed to help you then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications


Made4uo-Ribe
Shopify Partner
10036 2387 3014

HI @LeyDE 

Check this one. 

  • From your Shopify admin dashboard, click on "Online Store" and then "Themes".
  • Find the theme that you want to edit and click on "Actions" and then "Edit code".
  • In the "Assets" folder, click on "base.css, style.css or theme.css" file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:

 

cart-drawer#mini-cart span.docapp-sync-subtotal, cart-drawer#mini-cart span.square-separator {
    display: none !important;
}

 

  • And Save. 
  • Result:
  • Made4uoRibe_0-1701379417736.png

     

Please don't forget to Like and Mark Solution to the post that helped you. Thanks!

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.