• Hi,

    In TEXT block whenever I am entering text and clicking on ADD button text color is appearing in gray color. Now I want to change text color to black.

    FOr clarification I have attached screenshot also.
    Product Image

    Please suggest how can I set default color of entered text to black.

    • This topic was modified 7 years, 4 months ago by websmentor92.
Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Hermann LAHAMI

    (@mano88)

    That’s only possible in the pro version. In the free one, you’ll have to edit the source code.

    Thread Starter websmentor92

    (@websmentor92)

    Can you please tell me in which file and where I can change the default color.

    Plugin Author Hermann LAHAMI

    (@mano88)

    /plugins/woocommerce-product-designer/includes/class-wpd-editor.php line 436:

    <span id=”txt-color-selector” class=” ” data-placement=”top” data-original-title=”<?php _e(“Text color”, “wpd”); ?>” style=”background-color: #4f71b9;”></span>

    Change the background-color by the hex code you need.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Change Entered text color to black’ is closed to new replies.