This changes the color of a sprinkling of text on the cart page, but no other text changed color. Thank you for trying!
I was hoping I wouldn’t have to look for each css element to change each one manually using custom CSS, which is why I asked for a simple method, but it seems like that is the only way to do it. Or just have a light color background – strongly considering this as the best option.
In case someone else is curious about this task, these are some of the elements I have been able to change so far:
.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: #ffffff;
}
bdi {
color: #ffffff;
}
main.site-main {
color: #ffffff;
-
This reply was modified 4 years, 2 months ago by 1sky.