Home › Forums › WoodMart support forum › add cart mobile add cart mobile This topic has 7 replies, 2 voices, and was last updated 4 years, 2 months ago by Elise Noromit. Viewing 8 posts - 1 through 8 (of 8 total) Author Posts February 14, 2021 at 4:32 pm #266411 RachidParticipant how can I make the add to cart icon on mobile and tablet square instead of the circle: screenshot: http://prnt.sc/zhu4k4 thank you February 14, 2021 at 9:53 pm #266511 Elise NoromitMember Hello, Please add this code to the Theme Settings > Custom CSS > Global: @media (max-width: 1024px) .woodmart-buttons { border-radius: 0; } Best Regards February 14, 2021 at 10:03 pm #266515 RachidParticipant Thank you but this didn’t work! February 15, 2021 at 1:48 pm #266697 Elise NoromitMember Hello, Sorry, try to replace the code with this one: @media (max-width: 1024px){ .woodmart-buttons { border-radius: 0; } } Best Regards June 18, 2021 at 8:52 am #300601 RachidParticipant Hi there! i have just tried this but it doesn’t work everywhere! just in some widgets but not in shop page and not in related products and so on Please provide a working css Website in private section June 18, 2021 at 7:44 pm #300735 Elise NoromitMember Hello, Please clear the cache and check again: https://gyazo.com/7096af713a3d7f3efd501402c4f0a694 Or provide the page URL where I can see the round button, what device you are viewing the site. Best Regards June 22, 2021 at 9:48 am #301344 RachidParticipant I did clear the cache and still, it doesn’t work! you can check the shop page as well as related product products in product page June 22, 2021 at 5:34 pm #301507 Elise NoromitMember Hello, The product page, related products: https://gyazo.com/648d79925d5b76bd63987d8ff2d46076 Best Regards Author Posts Viewing 8 posts - 1 through 8 (of 8 total) You must be logged in to create new topics. Login / Register