• The text color of the options with a product is white.
    So the name of the option does not show up. This is also the case in the original Dazzling demo.
    But I do want to show the name of the option.

    How do I do that?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter mattie_d

    (@mattie_d)

    I did found it in a CSS, but that would mean I have to change it with every update..
    wp-content\themes\dazzling\inc\css\bootstrap.min

    Theme Author Silkalns

    (@silkalns)

    Could you please post an url from my website demo where this problem appears, so I can look into it.

    Thread Starter mattie_d

    (@mattie_d)

    Here: http://colorlib.com/dazzling/product/ship-your-idea-2/
    With the text of the variation option “Pa_color” in white, so not visible.

    Theme Author Silkalns

    (@silkalns)

    Thank you for reporting it!

    You can fix this by adding the following code inside Appearance >> Theme Options >> Other >> Custom CSS. You can feel free to modify color, font size and make other changes if you want.

    .woocommerce div.product form.cart .variations label {
      color: #6B6B6B;
      font-size: 14px;
      margin-bottom: 0;
      margin-top: 8px;
    }
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Variation product: Change options text color?’ is closed to new replies.