...
Element | Selector |
---|---|
Cart container heading | cart-container .cd-cart-container .cart-heading |
Purchase button (Buy now) | cart-container .cd-cart .purchase-button |
Product name in the cart | cart-container .product-name |
Product price in the cart | cart-container .product-price |
Add to cart button | add-to-cart-button .cart-button |
Placing the widget in the top right corner CSS
Code Block | ||
---|---|---|
| ||
.affilicon-cart-widget .cd-cart {
top: 20px;
bottom: auto;
}
.affilicon-cart-widget .cd-cart-trigger {
top: 547px;
}
.cd-cart-container.cart-closed .cd-cart-trigger {
top: 20px;
}
.affilicon-cart-widget .cart-closed .cd-cart .wrapper {
top: 0px;
} |