Home Forums WoodMart support forum question

question

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #103259

    mehmet
    Participant

    Hi there,

    how am i remove add to cart button in products grid.
    http://prntscr.com/ma9szc
    i want to remove just add to card button wishlist button must still there.
    thanks.

    #103279

    Hello,

    Please provide your site URL and we shall provide you with custom CSS. If your site is under maintenance, provide your site admin access.

    Best Regards

    #103281

    mehmet
    Participant

    hello our url here:

    #103315

    Hello,

    Add this code to the Theme Settings > Custom CSS > Global

    body .woodmart-buttons .woodmart-add-btn > a {
        display: none;
    }

    Best Regards

    #103317

    mehmet
    Participant

    thanks for code

    but view have problem, please check: http://prntscr.com/mafv4p

    #103335

    Hello,

    I cannot figure out the problem. What do you mean? You show the arrow to the left. Product item did not move

    Best Regards

    #103337

    mehmet
    Participant

    white area is more than necessary. this is too big. for just 1 icon(wishlist)

    #103352

    Hello,

    Add this code:

    .woodmart-hover-icons.hover-width-small:not(.product-in-carousel) .wrapp-buttons {
        max-width:60px;
    	margin:0 auto;
    }
    .woodmart-buttons .woodmart-add-btn{
    display:none;
    }

    Best Regards

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