Archived topic
Remove update cart button
3 replies · Started by Jusung on March 9, 2023
hello.
On the cart page, I tried to remove the update cart button since I added php code that automatically upadate the cart.
I also removed the shipment information.
On PC, those are removed well.
but on mobile, it is not removed as you can see on the photo.
I removed it by adding css.
Can I know why it is still visible on mobile?
Am I spposed to add php code to remove that?
Hi Jusung,
It's because your CSS doesn't have the highest priority, try adding !important to your CSS.
thank you!! it has been resolved!
No Problem, glad to help :)