How can I hide the edit option on my cart?

Solved

How can I hide the edit option on my cart?

jtorres
Explorer
66 0 17

Hello, I would like to remove/not display this option on my cart: 

Captura de pantalla 2022-08-17 a las 11.25.29.png

 

This is my store: https://www.nobox.shop/products/depilador

 

Thank you in advance for your time and help!

Accepted Solution (1)

PageFly-Richard
Shopify Partner
4564 1046 1707

This is an accepted solution.

Hi @jtorres 

I’m Richard Nguyen from PageFly- Free Landing Page Builder.

You can try with this code.

Follow this:

Go to Online Store->Theme->Edit code->style.min.css->paste bellow code in bottom of file

 

.cart_ac_edit.js__qs.ttip_nt.tooltip_top_right{

    display: none !important;

}

 

If you feel my answer is helpful, like it or mark it as a solution. Let me know if you have any questions.

Best regards,

Richard | PageFly

 

Please let me know if it works by giving it a Like or marking it as a solution!


➜ Optimize your Shopify store with PageFly Page Builder (Free plan available) 


All features are available from Free plan. Live Chat Support is available 24/7.

View solution in original post

Replies 2 (2)

PageFly-Richard
Shopify Partner
4564 1046 1707

This is an accepted solution.

Hi @jtorres 

I’m Richard Nguyen from PageFly- Free Landing Page Builder.

You can try with this code.

Follow this:

Go to Online Store->Theme->Edit code->style.min.css->paste bellow code in bottom of file

 

.cart_ac_edit.js__qs.ttip_nt.tooltip_top_right{

    display: none !important;

}

 

If you feel my answer is helpful, like it or mark it as a solution. Let me know if you have any questions.

Best regards,

Richard | PageFly

 

Please let me know if it works by giving it a Like or marking it as a solution!


➜ Optimize your Shopify store with PageFly Page Builder (Free plan available) 


All features are available from Free plan. Live Chat Support is available 24/7.

jtorres
Explorer
66 0 17

Thank you @PageFly-Richard It worked perfectly!