Repository › Forums › Support › WooCommerce Pricing Rules PRO › Table without text
Hello Unfortunately you do not see the numbers of the discounts in the table is completely empty. Can you help me solve the problem? Thanks
http://stockosmetics.com/wp/admin/?product=shampoo-cute-grassa
Hi, this seems to be a conflicting css issue. I’m on the road until thursday and don’t have PC access so I can’t test it. But you can try this custom css:
.soft79-single-product-discount-wrap th, soft79-single-product-discount-wrap td {color:#000}
Or use the element inspector of your browser to see what’s wrong…
hello I continue to have problems with the plugin. Even with the css code you sent me, nothing changes
http://prontocosmetics.com/?product=prova
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; }