# merchant/1.7/assets/css/modules/pre-orders/pre-orders.css

Product Labels, Quick View, Buy Now, Pre-Orders, Frequently Bought Together &amp; More for WooCommerce – Merchant, version 1.7. 23 lines.

- Page: https://pluginprobe.com/plugins/merchant/1.7/code/assets/css/modules/pre-orders/pre-orders.css
- Raw: https://pluginprobe.com/plugins/merchant/1.7/raw/assets/css/modules/pre-orders/pre-orders.css
- Modified: 2023-11-29T19:42:32+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/merchant/1.7/code/assets/css/modules/pre-orders/pre-orders.css#L10-L20`.

```css
/**
 * Pre Orders.
 *
 */
.merchant-pre-orders-date {
  font-weight: 700;
  margin-bottom: 15px;
}

.woocommerce .merchant-pre-ordered-product .add_to_cart_button:not(.merchant_buy_now_button):not(.merchant-quick-view-button),
.woocommerce .merchant-pre-ordered-product .product_type_grouped:not(.merchant_buy_now_button):not(.merchant-quick-view-button),
.woocommerce .merchant-pre-ordered-product .single_add_to_cart_button:not(.merchant_buy_now_button):not(.merchant-quick-view-button) {
  color: var(--mrc-po-text-color, #FFF) !important;
  border-color: var(--mrc-po-border-color, #212121) !important;
  background-color: var(--mrc-po-background-color, #212121) !important;
}
.woocommerce .merchant-pre-ordered-product .add_to_cart_button:not(.merchant_buy_now_button):not(.merchant-quick-view-button):hover,
.woocommerce .merchant-pre-ordered-product .product_type_grouped:not(.merchant_buy_now_button):not(.merchant-quick-view-button):hover,
.woocommerce .merchant-pre-ordered-product .single_add_to_cart_button:not(.merchant_buy_now_button):not(.merchant-quick-view-button):hover {
  color: var(--mrc-po-text-hover-color, #FFF) !important;
  border-color: var(--mrc-po-border-hover-color, #414141) !important;
  background-color: var(--mrc-po-background-hover-color, #414141) !important;
}
```
