Home Forums WoodMart support forum Add to cart Button always visible

Add to cart Button always visible

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #167565

    KTK81
    Participant

    Hello, if I want to have “Add to cart” button always visible, not only on hover, is it possible? Like in the added picture.

    Attachments:
    You must be logged in to view attached files.
    #167591

    Hello,

    Please provide your site URL so that we could provide you with custom CSS. If your site is under maintenance, please provide your site admin access in the private area

    Best Regards

    #167607

    KTK81
    Participant

    Hi, link sent.

    #167635

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    .woodmart-hover-base.hover-ready .fade-in-block {
        visibility: visible;
        opacity: 1;
        transition: opacity .3s     ease,visibility 0s ease;
    }
    .woodmart-hover-base.hover-ready:hover .product-wrapper {
        z-index: 20; 
         -webkit-transform: none; 
         transform: none; 
    }
    body .product-grid-item{
      margin-bottom:90px;
    }

    This design does not look nice when I show the Add to cart button. I would recommend you to choose and set the Standard button design in the Theme Settings > Shop > Product styles.

    Best Regards

Viewing 4 posts - 1 through 4 (of 4 total)