How do I make add to cart / action buttons always visible on product grid?

Please help me I’ve been struggling so much! I need to disable the hover animation that reveals the add to cart button and just make them always visible like this…

Thank you!

etc;

@Jaspers_1

May this help you. Click here.

Please don’t hesitate to reach out.
Yours faithfully!

1 Like

@Jaspers_1 try by adding below code in theme.css file

.productitem--actions {
    visibility: visible !important;
    opacity: 1;
}

if this didn’t worked then there will be a js code we need to change

1 Like

didnt work , not that easy keep in mind theres still a hover animation in the css

share your theme.css file

Ahh that didn’t work thanks for your trying!

@Jaspers_1 share your file so we can check the code and do modifications

attached :backhand_index_pointing_down:

1 Like

@Jaspers_1

.has-touch .productitem--actions {
    position: relative;
    bottom: auto;
    width: 100%;
    visibility: visible !important;
    opacity: 1;
    margin-left: 0;
}

Add this code in the theme.css file.

1 Like

Thats already implemented in the CSS. There is some hover animation commands / if -than codes that need to be changed

https://1h0ad17vciwqe3kn-56735367320.shopifypreview.com Here is a link to the website.

@Jaspers_1 copy the code from the attached file and paste it in theme.css