Shopify themes, liquid, logos, and UX
I want to remove where it says "Your cart" in white text, how might I do that? CSS code? Which one?
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.
Solved! Go to the solution
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
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
Yay it worked, thank you so much!
In Canada, payment processors, like those that provide payment processing services t...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025