Add to cart -renew stack (pro)

Is there a way to have the “add to cart” on hover in PRO like in the X renew stack woocommerce demo?

Hi @sosmond,

Thanks for reaching out.

Yes, it’s possible but not as builder’s element or content but by using the same stack which is the Renew. Or have you tried the Renew stack already and it’s not working? If yes, please provide the site’s shop URL and we’ll check.

Thanks!

I am using renew but it is not working, the hover link is only working on top corner of the image.
http://chromesupplywarehouse.com/product-category/peterbilt-parts/peterbilt-exterior/

Hello @Sosmond,

You are experiencing the issue because of the added custom css in your theme options. You have this:

.entry-featured {
    width: 50% !important;
    float: left !important;
    margin-right: 30px !important;
}

Please have it updated and make use of this code instead:

.post .entry-featured {
    width: 50% !important;
    float: left !important;
    margin-right: 30px !important;
}

The given updated code will only affect the post items and will not affect the shop or any product pages.

Hope this helps. Kindly let us know.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.