Text Not Showing Up

Currently on my product pages, the variable text descriptions are not showing up. Here are the images showing:
2021-01-07 09_10_37-Window
2021-01-07 09_10_52-Window

Hey there

Let me check it, please provide a link to the product page

Hello,
Here is the link to the product page.
https://hermsenrental.com/product/tent-20-x-20-canopy/

Hey there

Sorry for asking, which text is not showing up? from what I see all possible texts are already here?

As you can see in my screen shot. The Side Walls and Installation is showing up but it is not visible. The second screenshot is after I highlighted it so you could see the difference.

Hi

Ah, my bad, I missed it :slight_smile:
You can use this code to fix such problem:

.woocommerce div.product form.cart .variations label {
color: #000;
}

Add it in appearance > customize > additional css

Thanks