Title: Hide button &amp; resize images
Last modified: August 22, 2016

---

# Hide button & resize images

 *  Resolved [scruff_design](https://wordpress.org/support/users/scruff_design/)
 * (@scruff_design)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/hide-button-resize-images/)
 * Hi There,
    I’m working on a site for a friend. It’s really not the best subject
   to be working on (Coffins)
 * However I’ve installed your plugin and it’s working fine and is great.
 * My friend has asked me two things that I’m struggling with.
 * 1) he wants to remove/hide the “read more” buttons and titles on the homepage
   
   2) He wants the image boxes to display the full product not crops at the moment
   it’s cropping the image to be a square they should be rectangle.
 * Can anyone help me, here is a link to the site again not the most cheerful subject…..
 * [http://coffinsuk.com/](http://coffinsuk.com/)
 * Regards
    Terry
 * [https://wordpress.org/plugins/woocommerce-products-slider/](https://wordpress.org/plugins/woocommerce-products-slider/)

Viewing 1 replies (of 1 total)

 *  [paratheme](https://wordpress.org/support/users/paratheme/)
 * (@paratheme)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/hide-button-resize-images/#post-5575720)
 * Hi,
    Thanks for your post.
 * 1. you can hide “read more” by adding custom css as following anywhere in your
   header
 *     ```
       .wcps-container div.wcps-items div.wcps-items-cart p {
         display: none;
       }
       ```
   
 * 2. you can avoid cropping add following css as before.
 *     ```
       .wcps-container div.wcps-items div.wcps-items-thumb {
         height: auto !important;
       }
       ```
   
 * please let me know for more help.

Viewing 1 replies (of 1 total)

The topic ‘Hide button & resize images’ is closed to new replies.

 * ![](https://ps.w.org/woocommerce-products-slider/assets/icon-256x256.png?rev=
   3297751)
 * [Product Slider, Product Grid, Product Masonry](https://wordpress.org/plugins/woocommerce-products-slider/)
 * [Support Threads](https://wordpress.org/support/plugin/woocommerce-products-slider/)
 * [Active Topics](https://wordpress.org/support/plugin/woocommerce-products-slider/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/woocommerce-products-slider/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/woocommerce-products-slider/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [paratheme](https://wordpress.org/support/users/paratheme/)
 * Last activity: [11 years, 5 months ago](https://wordpress.org/support/topic/hide-button-resize-images/#post-5575720)
 * Status: resolved