All things Shopify and commerce
hi, can you please help me remove this price (in red circle) in cart drawer?
website: https://seasonalcollections.co/
Solved! Go to the solution
This is an accepted solution.
You can use "Custom CSS" under "Theme Settings" in "Customize"
Using theme settings instead of code edits will help with future theme updates.
Add this code:
.cart-drawer a+.product-option {
display: none;
}
.
Hey @Senku,
Please paste the following code in the end of component-cart-drawer.css file.
Here is how you can find component-cart-drawer.css file.
.cart-item__details > .product-option:first-child {
display: none;
}
This will ensure to display none the Product price in the Cart Drawer.
Please paste the following code and let me know if this work for you.
Thanks
i want to remove the code that show the price in original theme code. can you show me the way?
i want to remove it at theme code
This is an accepted solution.
You can use "Custom CSS" under "Theme Settings" in "Customize"
Using theme settings instead of code edits will help with future theme updates.
Add this code:
.cart-drawer a+.product-option {
display: none;
}
.
thank you so much
Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025