I want to add the word “Each” after a price.
Hi,
Please try this:
.ginput_product_price_label:after {
content: 'Each' !important;
}
I want to add the word “Each” after a price.
Hi,
Please try this:
.ginput_product_price_label:after {
content: 'Each' !important;
}