Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #782531

    tailsann1
    Participant

    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

    #782829

    Christopher
    Moderator

    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.