-
Author
-
November 28, 2017 at 22:41 #181387wildbugParticipant
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.November 29, 2017 at 17:04 #181450LauraModeratorHello, 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 solutionLaura 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 🙂
November 29, 2017 at 18:20 #181468wildbugParticipantThat 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.
November 30, 2017 at 15:37 #181566LauraModeratorHello, 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 readHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura 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 🙂
-
AuthorPosts
The forum ‘General questions’ is closed to new topics and replies.