Aller au contenu
/* Honor Play 10 Contest Page - Black Theme with White Text */
/* ONLY applies to product #6212 using CSS selectors */
body.postid-6212 {
background-color: #000 !important;
color: #fff !important;
}
body.postid-6212 * {
background-color: transparent;
color: #fff !important;
}
body.postid-6212 a {
color: #00bcd4 !important;
}
/* Hide Add to Cart and Order Buttons */
body.postid-6212 .single_add_to_cart_button,
body.postid-6212 button[name="add-to-cart"],
body.postid-6212 .woocommerce-variation-add-to-cart,
body.postid-6212 .add-to-cart-btn,
body.postid-6212 .product-actions,
body.postid-6212 .woocommerce-product-details__short-description + form button {
display: none !important;
}
/* Hide product quantity selector if needed */
body.postid-6212 input[type="number"].qty {
display: none !important;
}