WooCommerce Shapely Theme Font color Product Page

Hi Guys,
i want to change the font color in woocommerce Product Page.
I´m using shapely.
thats all my custom css so far.

nav#site-navigation {
    background: #000000;
}

footer#colophon {
    background: #000000;
}

.footer-credits {
    display: none;
}

body {
  background-color: #FFFFFF;
}

I want to change the color of the font in woocommerce product page see screenshot attached. for now its black. the font should be white. all custom css from woocommerce don´t work. maybe you can help me.
www.alcband.de/shop

see here the problem

Hello there,

I hope you are doing well today.

I checked the page but the background color was not black regardless you can use the following CSS code to change the font color by going to Appearance > Customize > Additional CSS and pasting it there.

/*Font color*/
.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
    color: white;
}

Best Regards,
Support

Great!!! it´s working.

Thumps up for Colorlib.
Best theme page & best theme support!!

As workaround i made background white :wink:

Hello there,

I am glad the solution worked for you.
Please feel free to contact us again in the future regarding any other issues.

Best Regards,
Support