> For the complete documentation index, see [llms.txt](https://halosoft.gitbook.io/ella-7-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://halosoft.gitbook.io/ella-7-documentation/theme-settings/global-features/product-cards.md).

# Product Cards

Control the appearance and features of product cards used in collections and grids. Enable/disable wishlist, quick view, countdowns and adjust card layout and decoration.

1. From your Shopify admin, go to **Online Store ->** **Themes**.
2. Find the theme that you want to edit, and then click **Customize**.
3. Click **Theme settings ->** **Product Cards.**

<figure><img src="/files/iuA4g61HaWt80BdOlZhC" alt=""><figcaption></figcaption></figure>

### Product Cards Settings

| Settings                          | Type              | Default               | Description                                                                      |
| --------------------------------- | ----------------- | --------------------- | -------------------------------------------------------------------------------- |
| Card Image Padding                | range             | 0                     | Padding around product images inside the card.                                   |
| Card Text Alignment               | select            | left                  | Text alignment for title/price inside the card.                                  |
| Enable Price Percent              | checkbox          | true                  | Show percentage-based price labels (discount percent).                           |
| Enable Wishlist                   | checkbox          | true                  | Enable wishlist button on product cards.                                         |
| Enable Quick View                 | checkbox          | true                  | Enable quick view modal from the product card.                                   |
| Enable Compare                    | checkbox          | true                  | Enable product compare action on cards.                                          |
| Quick Add Type                    | select            | text                  | Style/type for quick add (e.g., button, text).                                   |
| Card Color Scheme                 | color\_scheme     | scheme-2              | Color scheme applied to product cards.                                           |
| Show Countdown                    | checkbox          | false                 | Toggle a countdown timer on the product card.                                    |
| Countdown Type                    | select            | all\_product          | Countdown mode (per product or global collection); visible if countdown enabled. |
| Countdown Time                    | text              | Dec 31, 2022 18:00:00 | Target datetime used for countdown displays.                                     |
| Countdown Collection              | collection        |                       | Collection used when countdown type references a collection.                     |
| Countdown Text Color              | color             | #000000               | Text color for countdown timer.                                                  |
| Countdown Background Color        | color             | #ffffff               | Background color for countdown area.                                             |
| Countdown Background Gradient     | color\_background |                       | Optional gradient for countdown background.                                      |
| Show Product Marquee              | checkbox          | false                 | Toggle a scrolling marquee text over product cards.                              |
| Product Marquee Reverse Direction | checkbox          | false                 | Reverse the marquee scrolling direction when enabled.                            |
| Product Marquee Speed             | range             | 15                    | Speed (seconds) for marquee animation.                                           |
| Product Marquee Text Color        | color             | #ffffff               | Text color for the product marquee.                                              |
| Product Marquee Background Color  | color\_background | #000000               | Background color for the product marquee.                                        |
| Product Marquee Type              | select            | text                  | Type of marquee content (text/image).                                            |
| Product Marquee Text              | text              |                       | Content text for the marquee.                                                    |
| Card Border Thickness             | range             | 0                     | Border thickness for product card.                                               |
| Card Corner Radius                | range             | 0                     | Corner radius for product card.                                                  |
| Card Shadow Horizontal Offset     | range             | 0                     | Horizontal offset for card shadow.                                               |
| Card Shadow Vertical Offset       | range             | 0                     | Vertical offset for card shadow.                                                 |
| Card Shadow Blur                  | range             | 0                     | Blur radius for card shadow.                                                     |

### Need More Help? <a href="#section-settings" id="section-settings"></a>

If you experience any difficulties or require extra support with your Ella theme, feel free to contact our support team through our [Ticket System](https://halosoft.ticksy.com/) — we’ll get back to you within 24 hours.

Simply scan the QR code below to join our Facebook community and stay updated with the latest news, tips, and announcements.

<div align="left"><figure><img src="/files/u3Ke6fbPZZvBlBetfneg" alt="Halothemes Community" width="233"><figcaption></figcaption></figure></div>

<a href="https://www.facebook.com/groups/halothemescommunity" class="button primary" data-icon="comment-dots">Join HaloThemes Community</a>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://halosoft.gitbook.io/ella-7-documentation/theme-settings/global-features/product-cards.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
