#payment .payment_methods li img { max-height: 2.5em !important; }
Tag Archives: CSS
Hide the date of product’s review in WooCommerce with CSS
.woocommerce-review__published-date { display: none !important; } .woocommerce-review__dash { display: none !important; }