• Resolved samvk

    (@samvk)


    Hello I added this form to my site,https://prnt.sc/q0534c it is displayed correctly, the numbers in white, because I changed the color via the CSS (the background of my site is black) but on mac book air, the products s’ display in black despite my changes via CSS … Can you help me? How to adjust the color differently?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi,
    Try using the below CSS code instead of the color property. If it is not applied to the text please reply here with the URL of the product page.

    -webkit-text-fill-color: rgba(255,255,255,1);

    Thank you

    Thread Starter samvk

    (@samvk)

    It does not work, and this only on mac book air and iphone, for all other media, the color is correct. The site is in maintenance, is there a way to give you access confidentially?

    Hi,

    .wcpa_form_outer .wcpa_form_item label{
       -webkit-text-fill-color: rgba(255,255,255,1);
    }

    Could you please try using this?

    Thank you.

    Thread Starter samvk

    (@samvk)

    its ok! thznk you!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Form color’ is closed to new replies.