Adding text before Price
-
I tried this code but it also add text to both price if I use variable price. Example: “Now: $10-now:$25”.
I want it like this “Now: $10-$25”Also how to make the price font bigger also.
I want add this to Custom CSS plugin.
.amount:before {
content: “Now: “;
color: #000;
font-size: 14px;}
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Adding text before Price’ is closed to new replies.