[ad_1]
Is there a way to transalte CSS ::before Selectors in the paid version? The Germanized plugin uses this to display base-prices for WooCommerce products.
Thus:
.single-product .entry-summary .price.price-unit.smaller.wc-gzd-additional-info::before {
content: “Grundpreis: “;
}
Thank you