So my woocommerce settings are a bit wonky.
The text in the field on my product page are either white or not displaying.
I tried to change the color but am having trouble changing the color to black
I’ve tried using multiple selectors such as
.wc-product-table tbody td {
color: Black;
}
table.variations {
color: Black;
}
And nothing. Please advice!
I also am missing the product sort and filter for category pages. Any Idea how I can get it to appear?

