> ## Documentation Index
> Fetch the complete documentation index at: https://help.extendcommerce.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Customizing Thumbnails via Custom CSS

## **Overview**

You can now customize the CSS for the product thumbnails that appear in **Quick Order** or the **Product Collection Table** on your store. Here’s how to do it:

## Steps to Customize Thumbnails

1. **Click** on **Online Store** in your Shopify Admin.

2. In your theme settings, select the theme currently active on your store and click **“Customize”**.

   <img src="https://mintcdn.com/extendcommerce/HZLZCqJIYVmx-_SQ/images/shopify/extend-b2b-quick-order/features/customizing-thumbnails-via-custom-css/1.png?fit=max&auto=format&n=HZLZCqJIYVmx-_SQ&q=85&s=2d4bf127e153abcda20cd6ab03e74ba3" alt="" width="1734" height="664" data-path="images/shopify/extend-b2b-quick-order/features/customizing-thumbnails-via-custom-css/1.png" />

3. Once inside the theme customizer, **add the app**—either **Quick Order** or **Product Table**—depending on which suits your business needs.

   <img src="https://mintcdn.com/extendcommerce/HZLZCqJIYVmx-_SQ/images/shopify/extend-b2b-quick-order/features/customizing-thumbnails-via-custom-css/2.png?fit=max&auto=format&n=HZLZCqJIYVmx-_SQ&q=85&s=56162af93f2cbfcdfbdedd5d485a69d7" alt="" width="1589" height="952" data-path="images/shopify/extend-b2b-quick-order/features/customizing-thumbnails-via-custom-css/2.png" />

   <img src="https://mintcdn.com/extendcommerce/HZLZCqJIYVmx-_SQ/images/shopify/extend-b2b-quick-order/features/customizing-thumbnails-via-custom-css/3.png?fit=max&auto=format&n=HZLZCqJIYVmx-_SQ&q=85&s=4bff669df5c5631a76b56a9f44832db3" alt="" width="1189" height="953" data-path="images/shopify/extend-b2b-quick-order/features/customizing-thumbnails-via-custom-css/3.png" />

4. **Click on the app** within the customizer, and you’ll see a **Custom CSS box** available.

5. **Input your custom CSS** for the product thumbnails. The class for the thumbnails is `.ec__thumbnail`. Below is an example of the format in which you can write your CSS:

```
.ec__thumbnail { width: 200px; height: 100px; padding: 2px; }
```

6\. The changes will be immediately visible in the theme customizer, allowing you to preview the adjustments in real-time.

7\. Once satisfied with the changes, click Save to apply the updates to your store.

<img src="https://mintcdn.com/extendcommerce/HZLZCqJIYVmx-_SQ/images/shopify/extend-b2b-quick-order/features/customizing-thumbnails-via-custom-css/4.gif?s=25f0d8653e0bd09615a33d0a54b01345" alt="" width="1920" height="874" data-path="images/shopify/extend-b2b-quick-order/features/customizing-thumbnails-via-custom-css/4.gif" />

Once you add your custom CSS, the product thumbnails in Quick Order or Product Table will reflect your style preferences.
