Add text after price
-
Hello, I want to add this text after the price in the total: “VAT exempt, art. 53 CIVA”.
It appears in the preview but not in the email. The css code I used is this:
.tvalue-total .woocommerce-Price-amount.amount::after {
content: ‘ (Isento IVA, arto53 CIVA)’;
display: block;
font-size: 11px;
font-style: italic;
}Can you help me?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Add text after price’ is closed to new replies.