Comment on page
Product
HTML
<div class="aploze-widget" data-type="product"></div>
Here all attributes you can use in a HTML widget element:
Key | Value | Description |
data-type* | String (card, gallery or product) | Widget type |
data-dark | Boolean (true or false) | Enable dark mode |
* Required fields
You can customize your widget appearance by overwriting the CSS, here all CSS classes you can select:
Name | Description |
.aploze-product | Widget |
.aploze-product-wrap | Widget Wrap |
.aploze-product-img-wrap | Image Wrap |
.aploze-product-img | Image Element |
.aploze-product-content | Content |
.aploze-product-time | Event Time |
.aploze-product-desc | Description |
.aploze-product-btn | Event Button |
Last modified 3mo ago