Shapely woocommerce product attribute label not showing because the color

Hi,

my product had product option of size. but the label is not shown (after i check looks like it cause by the color of the text is white like the background).

how to change the color of the woocommerce product attribute label?

the label of “size” should be showing in this page : http://lanugo.asia/product/micro-fleece-swaddle/

Hi @jas1n2007,

I hope you are well today and thank you for your question.

You can try changing its color by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Shapely Options -> Other



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

Best Regards,
Movin