Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #438726

    Hi

    I used the following code to remove the Add to cart from the catalog product grid displayed in woocommerce shop. Hence only allowing the display of ” Show detail” . Here is the css

    button-mini-delimiter { display: none !important; }
    .add_to_cart_button {
    display: none !important;
    }

    I was wondering if you could help me with code to make the “show more detail” like the attached:

    https://www.dropbox.com/s/v1vaa36v0mlxi40/product-grid-customizer.png

    Regards,
    MK

    #438804

    I have resolved this issue. No need to respond.
    Thanks

    #438829

    Hi @gigoz, could you be so kind and share the code? I wanted to do something similar.

    Thank you!

    #438910

    Hi!

    Please add following code to Quick CSS

    .button-mini-delimiter { display: none !important; }
    .add_to_cart_button {
    display: none !important;
    }
    #top .avia_cart_buttons .button { width: 100%; }

    Regards,
    Yigit

    #439030

    Many thanks Yigit! It worked perfectly.
    Kind regards,

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Woocommerce product view customizer – Help’ is closed to new replies.