Home › Forums › Basel support forum › Make "Add to Cart" button static Make "Add to Cart" button static This topic has 1 reply, 2 voices, and was last updated 8 years, 3 months ago by Artem Temos. Viewing 2 posts - 1 through 2 (of 2 total) Author Posts September 19, 2016 at 7:05 pm #4183 pharmedocParticipant Hey guys, How do you make the “Add to Cart” button static? It only appears when the cursor is hovering over the product. We want to make it visible all the time. Thank you! September 19, 2016 at 9:49 pm #4199 Artem TemosKeymaster Hi, You can do this by placing the following code snippet into the Custom CSS section in Theme Settings .basel-hover-alt .wrapp-swap { height: auto; line-height: 1; overflow: visible; } .basel-hover-alt:hover .wrapp-swap .swap-elements { transform: translateY(0px); -webkit-transform: translateY(0px); -o-transform: translateY(0px); -moz-transform: translateY(0px); -ms-transform: translateY(0px); -sand-transform: translateY(0px); } Regards Author Posts Viewing 2 posts - 1 through 2 (of 2 total) You must be logged in to create new topics. Login / Register