New Landing How can we help? Atelier Improving the look of thumbnails – size, price, cart, and text

Viewing 2 posts - 1 through 2 (of 2 total)
  • Posted in: Atelier
  • #216491
    louisecroft
    Member
    Post count: 21

    Hi!

    Hoping for a little help 🙂

    See attached image of how my current shop thumbnails look.

    1) I’d like them to not have the ‘add to cart’ button – I’ve already disabled ‘Add to cart ajax’ & ‘Standard – Show buy button’ but I guess it must be something different?
    2) Can I make the product title text smaller so more fits?
    3) Can I make the thumbnails overall bigger – ideally just fit 3 columns wide on the page. I selected ‘3’ for ‘Product Display Columns’ under WooCommerce Options>Shop Options but there’s still 4.

    Thanks!! Really appreciate you guys.
    Louise

    Attachments:
    You must be logged in to view attached files.
    #217042
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Apologize for the delay on this one.

    1) Add the code below to your custom css option

    .woocommerce .product.mini-view figure .cart-overlay .shop-actions>.add-to-cart-wrap {
        display: none!important;
    }

    2) Add the code below to your custom css option

    .woocommerce .products .product h3, .woocommerce ul.products li.product h3 {
        font-size: 16px!important;
    }

    3) Need to check this with the development team. Will let you know when I got something.

    -Rui

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

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register