Home › Forums › WoodMart support forum › Remove "View Cart" button Remove "View Cart" button This topic has 1 reply, 2 voices, and was last updated 6 years, 11 months ago by Bogdan Donovan. Viewing 2 posts - 1 through 2 (of 2 total) Author Posts January 11, 2018 at 7:55 am #32734 duolonParticipant Hi, is there anyway to remove the “view cart” button from mobile view? I am using custom css to hide the button, it is only working on desktop but fail on mobile device. Please advise, thank you. Attachments:You must be logged in to view attached files. January 11, 2018 at 8:22 am #32752 Bogdan DonovanKeymaster Hi, Try to add the following code snippet to the Mobile Custom CSS area in Theme Settings to fix this issue. .popup-added_to_cart .view-cart { display: none; } body .cart-widget-side .shopping-cart-widget-footer { padding-bottom: 0; } .cart-widget-side .shopping-cart-widget-footer > .buttons { display: none; } Regards Author Posts Viewing 2 posts - 1 through 2 (of 2 total) You must be logged in to create new topics. Login / Register