• Resolved wpsms11

    (@wpsms11)


    Hi,

    Does anyone have a CSS code that can help change the font color inside the variation dropdown box that displays when at rest for WooCommerce product pages (meaning not when the user has clicked)?

Viewing 1 replies (of 1 total)
  • Thread Starter wpsms11

    (@wpsms11)

    used the below code to solve:

    .woocommerce div.product form.cart .variations select {
    color: #fff !important;
    }

Viewing 1 replies (of 1 total)
  • The topic ‘Product Page Variation Dropdown Box Font Color’ is closed to new replies.