Repository › Forums › Support › WooCommerce Pricing Rules PRO › Table without text › Reply To: Table without text
April 12, 2018 at 6:31 pm
#2999
Soft79
Keymaster
I see that for some reason the theme sets font size to 0.
You can use this:
.soft79-single-product-discount-wrap {
font-size: 16px;
text-align: right;
color: #666;
}