Comments mateusz87szczepanczyk started the conversationMay 8, 2023 at 5:26amHi!Please give me direction how to change a color of text to black on my account page because there is white font and white input field :) <input type="email" class="woocommerce-Input woocommerce-Input--text input-text" name="email" id="reg_email" autocomplete="email" value="" control-id="ControlID-7">Attached files: Zrzut ekranu 2023-05-8 o 07.25.53.png 7,092Oliver repliedMay 8, 2023 at 7:15amHI! CSS example: .woocommerce-account .woocommerce-account-modern label { color: #fff !important; } Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. Regards, Olivermateusz87szczepanczyk repliedMay 8, 2023 at 7:29amHi! Thanks but it is for label color. I need to change input field color :) 7,092Oliver repliedMay 8, 2023 at 7:32amHi,CSS: .woocommerce-account .woocommerce-account-modern input{ color: #fff !important; } Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. Regards, Oliver1 Likemateusz87szczepanczyk repliedMay 8, 2023 at 7:37amLovely, Thanks a lot!I need to learn this :) 7,092Oliver repliedMay 8, 2023 at 7:38amYou're welcome!Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. Regards, Oliver Sign in to reply ...
Hi!
Please give me direction how to change a color of text to black on my account page because there is white font and white input field :)
<input type="email" class="woocommerce-Input woocommerce-Input--text input-text" name="email" id="reg_email" autocomplete="email" value="" control-id="ControlID-7">
Attached files: Zrzut ekranu 2023-05-8 o 07.25.53.png
HI!
CSS example:
Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list.
Regards, Oliver
Hi!
Thanks but it is for label color. I need to change input field color :)
Hi,
CSS:
Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list.
Regards, Oliver
Lovely,
Thanks a lot!
I need to learn this :)
You're welcome!
Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list.
Regards, Oliver