Hello Summer Sale!
Exclusive season-opening discount on TheGem theme.
Limited time offer.

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">


  •  7,280
    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,280
    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,280
    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