Author Posts February 5, 2016 at 8:37 pm #782531 tailsann1Participant Is there a way to change the font colors for a woocommerce checkout form? I am using integrity dark theme and the font color is too dark. The quantity Font color should be white. http://www.tkocompetitiondev.com February 6, 2016 at 3:15 am #782829 ChristopherModerator Hi there, Please add the following code in Customize -> Custom -> CSS : .woocommerce .quantity input[type="number"], .woocommerce-page .quantity input[type="number"] { color: #fff; } Hope that helps. Author Posts