Remove "Your cart" Text on Cart Page? Please Help!

Solved

Remove "Your cart" Text on Cart Page? Please Help!

atmosphaera
Shopify Partner
36 0 8

I want to remove where it says "Your cart" in white text, how might I do that? CSS code? Which one?

 

cuteasheck.png

 

 

Theme: taste V14

URL: www.atmosphaera.co

Note: The theme I have published is not the theme I am working on where I want these changes.

 

 

Theme: Taste V.14
URL: https://www.atmosphaera.co/?_ab=0&_fd=0&_sc=1
Accepted Solution (1)

BSS-TekLabs
Shopify Partner
2401 695 831

This is an accepted solution.

Hi @atmosphaera,

You can follow these steps to remove "Your cart" text

1. Open Online Store > Theme > Edit Code

2. Find and open the base.css (or theme.css, custom.css, styles.css) file

3. Paste the code snippet below to the bottom of the file and hit save

 

cart-items h1.title.title--primary {
    visibility: hidden;
}

 

Hope this helps you solve the issue.

Please don't forget to Like and Mark it as an Accepted Solution if you find this helpful. Thank you!

 

If our suggestions are useful, please let us know by giving it a like or marking it as a solution.


Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)


Salemate: Boost your AVO with 2-layer offer, countdown upsell in your post purchase page


BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now

View solution in original post

Replies 2 (2)

BSS-TekLabs
Shopify Partner
2401 695 831

This is an accepted solution.

Hi @atmosphaera,

You can follow these steps to remove "Your cart" text

1. Open Online Store > Theme > Edit Code

2. Find and open the base.css (or theme.css, custom.css, styles.css) file

3. Paste the code snippet below to the bottom of the file and hit save

 

cart-items h1.title.title--primary {
    visibility: hidden;
}

 

Hope this helps you solve the issue.

Please don't forget to Like and Mark it as an Accepted Solution if you find this helpful. Thank you!

 

If our suggestions are useful, please let us know by giving it a like or marking it as a solution.


Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)


Salemate: Boost your AVO with 2-layer offer, countdown upsell in your post purchase page


BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now
atmosphaera
Shopify Partner
36 0 8

Yay it worked, thank you so much!

Theme: Taste V.14
URL: https://www.atmosphaera.co/?_ab=0&_fd=0&_sc=1