• Resolved jasoncapa

    (@jasoncapa)


    Hi I’m having a issue with the input text colour it is white on white. I’m trying to get the text black.

    Site
    Simcoesound.com
    Used and demo section.
    Thank you in advance. ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • @jasoncapa The test color comes from your theme. If you will switch to some default theme like Twenty Sixteen you will be able to the texts.

    In order to change the color as per your need, please apply some custom CSS.

    Let me know if you need any further assistance from us.

    Regards,
    Moumita

    Thread Starter jasoncapa

    (@jasoncapa)

    Hi.
    I tried changing the input form text color in my theme options with no luck.
    Does the text use other options like header colours?
    Would you know what case code I could use. I’m a bit of a newbie.

    @jasoncapa
    The text color comes from the theme you are currently using.

    You can also include this code in your theme’s CSS to make the text color change:

    .woocommerce .content #responsive .modal-body textarea {
    color: #000;
    }

    Regards,
    Moumita

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Form input text colour’ is closed to new replies.