Title: Styling
Last modified: April 22, 2021

---

# Styling

 *  Resolved [scoopy1970](https://wordpress.org/support/users/scoopy1970/)
 * (@scoopy1970)
 * [5 years ago](https://wordpress.org/support/topic/styling-104/)
 * I need to edit the checkout section:
 * 1. How do I remove the product images, as its a booking system
 * 2. How do I increase the font size of the basket items
 * 3. How do Remove the quantity option in the basket
 * Also I can’t get pay pal to show as a payment option?
 * I hope you can help?
 * Regards Dave
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fstyling-104%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 1 replies (of 1 total)

 *  Plugin Author [Darren Ethier (nerrad)](https://wordpress.org/support/users/nerrad/)
 * (@nerrad)
 * [5 years ago](https://wordpress.org/support/topic/styling-104/#post-14357979)
 * Hi there Dave,
 * Currently the only way to do items 1-3 in your list is via some custom CSS. For
   instance you can hide the product images via something like this:
 *     ```
       .wc-block-cart-item__image {
       	display:none;
       }
       ```
   
 * Regarding not being able to get PayPal to show as a payment option for the Cart
   and Checkout blocks – currently only PayPal Standard is supported. Extensions
   need to explicitly support the new flows as they differ significantly from the
   shortcode powered flows currently in WooCommerce core. There are extensions integrating
   with the blocks all the time and we [have a document tracking the status of integrations](https://docs.woocommerce.com/document/cart-checkout-blocks-support-status/).
 * I hope that helps!

Viewing 1 replies (of 1 total)

The topic ‘Styling’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/woo-gutenberg-products-block_71608f.
   svg)
 * [WooCommerce Blocks](https://wordpress.org/plugins/woo-gutenberg-products-block/)
 * [Support Threads](https://wordpress.org/support/plugin/woo-gutenberg-products-block/)
 * [Active Topics](https://wordpress.org/support/plugin/woo-gutenberg-products-block/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/woo-gutenberg-products-block/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/woo-gutenberg-products-block/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Darren Ethier (nerrad)](https://wordpress.org/support/users/nerrad/)
 * Last activity: [5 years ago](https://wordpress.org/support/topic/styling-104/#post-14357979)
 * Status: resolved