realbig / childpeacefuldragon-hub

Child theme for https://peacefuldragonschool.com/
0 stars 0 forks source link

WooCommere 3.0 Update #4

Closed d4mation closed 7 years ago

d4mation commented 7 years ago

Products Archive title text is black instead of white:

image

Same with Related Products:

image

d4mation commented 7 years ago

Literally nothing broke outside of some minor CSS.

Benefit of using WooCommerce with a theme by WooThemes I guess.

/**
 * WooCommerce 3.0.x Fix
 * 
 * Yep, that's all
 */
ul.products li.product h2 {
    color: #fff;
}