This topic has 3 replies, 2 voices, and was last updated 7 years by Laura.

  • Author
  • #181387
     wildbug
    Participant

    Users have complained that the text is hard to read on the register fields. How can I change font color? Specifically for:

    • Register now

    • All form fields (Username, Your full name, etc.)

    • REGISTER button

    Thank you!

    Attachments:
    You must be logged in to view attached files.
    #181450
     Laura
    Moderator

    Hello, try by adding this to style.css of child theme 🙂

    COPY CODE
    
    .vc_row.wpb_row.vc_inner.vc_row-fluid.vc_custom_1500599058499.vc_row-has-fill.vc_row-o-equal-height.vc_row-o-content-middle.vc_row-flex .kleo-pop-title {
        color: white !important;
    }
    .kleo-register-style-white input[type="text"], .kleo-register-style-white input[type="password"] {
        background: rgba(255, 255, 255, 0.68) !important;
        color: black !important;
    }
    button.btn.btn-lg.btn-default.btn-block {
        color: white !important;
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    #181468
     wildbug
    Participant

    That sort of worked. It changed the text to white but did not change the text to black within the fields. I have the “transparent white” style chosen, does that matter? Because in the code you gave, it says the style is just “white”.

    Also, can you show me how to do the code with the numerical value of colors, as I don’t really want “white” or “black” but want to use variations of grey. Thank you.

    #181566
     Laura
    Moderator

    Hello, you can change whit to any RGB color code 🙂
    And well, the placeholder color its “!important” so i cant override it with css sadly, so i made the boxes more white, less transparent so the text its more easy to read

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

Viewing 4 posts - 1 through 4 (of 4 total)

The forum ‘General questions’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?