Take your website
To the next level
Discover our newly launched customization services and elevate your web projects to new heights.
Delegate tasks, save time, and unlock the power of professional WordPress outsourcing.

Okay
  Public Ticket #3364957
Color change in reg and log in input field on my account page
Closed

Comments

  • mateusz87szczepanczyk started the conversation

    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

  •  7,092
    Oliver replied

    HI!

    CSS example:

    .woocommerce-account .woocommerce-account-modern label {
        color: #fff !important;
    }

     

    3938581396.jpg

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver

  • mateusz87szczepanczyk replied

    Hi! 

    Thanks but it is for label color. I need to change input field color :) 

  •  7,092
    Oliver replied

    Hi,

    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, Oliver

  • mateusz87szczepanczyk replied

    Lovely, 

    Thanks a lot!

    I need to learn this :) 

  •  7,092
    Oliver replied

    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