Untitled

mail@pastecode.io avatar
unknown
plain_text
a year ago
1.6 kB
1
Indexable
Never
/* Normally Red */
.woocommerce-error {
    background-color: #FFFFFF;
}

/* Normally Blue */
.woocommerce-info {
    background-color: #FFFFFF;
}

/* Normally Green */
.woocommerce-message {
    background-color: #FFFFFF;
}

/* Normally Green */
body.single-product .woocommerce-message .message-inner {
    background-color: #FFFFFF;
}
.cart-subtotal {

      display: none;

}
 .woocommerce-shipping-totals.shipping {
     display: none;
 }
.form-row.place-order #place_order {
    margin: 0 auto;
    display: block;
    width: auto;
}

.single-product div.product .summary.entry-summary button[type=submit] {
    width: 100%;
	  height: 60px;
	  font-size: 20px;
    display: block;
    margin: 0 0 10px 0 !important;
}

.woocommerce table.cart .product-thumbnail, .woocommerce-page #content table.cart .product-thumbnail, .woocommerce-page table.cart .product-thumbnail {
    display: block!important;
}

.quantity, .product-quantity{display:none;}

.single-product .product_meta {
display: none;
}

.product .price {
    font-size: 25px !important; /* Adjust the font size as needed */
}

/* Hide the product description tab and all other tabs */
.single-product li.additional_information_tab {
    display: none !important;
}

/* Hide the "Billing & Shipping" text on the WooCommerce checkout page */
.woocommerce-billing-fields h3 {
    display: none;
}

/* Center-align payment option text on the WooCommerce checkout page */
#payment .payment_methods li label {
    text-align: center;
    display: block;
    margin: 0 auto;
    width: fit-content;
}

.xs-breadcumb {
    display: none;
}