Re: Remove price option from cart

Solved

How to remove the price option from a cart without affecting color?

Leonpojen
Pathfinder
103 2 10

Hi, want to remove this small price, but can't get it right. When I try it removes the color also.

Screenshot 2023-05-02 at 12.30.45.png

 

Store url: https://23bc4a.myshopify.com/products/signature-hooded-sweatshirt-1?variant=44115744522507

 

 

Best regard, Leon. 

Accepted Solution (1)

PageFly-Victor
Shopify Partner
7865 1786 3107

This is an accepted solution.

Hi @Leonpojen ,

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

Step 1. Go to Online Store -> Theme -> Edit code
Step 2. Open your theme.liquid theme file
Step 3. Paste below code before </body> :

<style>
td.cart-item__details >div {
    display: none;
}
</style>

Hope my answer will help you.

Best regards,

Victor | PageFly

View solution in original post

Replies 2 (2)

Made4uo-Ribe
Shopify Partner
8730 2086 2555

Hi @Leonpojen ,

I understand that you want to remove the small price. I try to remove by the css style but still the color are connected to that class.

 

Rose_Dim_0-1683026725120.png

if you know a bit of coding the solution I found is edit the HTML selctor. 

Rose_Dim_1-1683026783978.png

To do this you need a Developer Collaboration to locate this HTML and edit it. 

I hope it help.

 

If this fixed your issue Likes and Accept as Solution is highly appreciated. Coffee tips fuels my dedication.
Get EXPERIENCED Shopify developers at affordable rates—visit Made4Uo.com for quick quote!
Do not lost your Shopify store! Get FREE trial with ✔️ Rewind Backup: Automatic, reliable, stress-free.
Need THEME UPDATES but has custom codes? No worries, contact us for affordable price.

PageFly-Victor
Shopify Partner
7865 1786 3107

This is an accepted solution.

Hi @Leonpojen ,

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

Step 1. Go to Online Store -> Theme -> Edit code
Step 2. Open your theme.liquid theme file
Step 3. Paste below code before </body> :

<style>
td.cart-item__details >div {
    display: none;
}
</style>

Hope my answer will help you.

Best regards,

Victor | PageFly