-
Author
-
November 20, 2014 at 19:58 #36117techrock28Participant
Recently, I add a red backgroud image to my register page. The font color on the field are
less visible. Where can i change the font color on the form?November 20, 2014 at 22:57 #36140KamalModeratorHi,
I can help you solve your problem if you could give me the link to that registration page.
Thanks,
KamalHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionNovember 24, 2014 at 22:20 #36485KamalModeratorHi Albert!
I have checked your web site and I have got some code for you. Please copy the following codeCOPY CODE/*Begin Custom Styling for Register Page*/ /*changing general color only on register page*/ div#register-page { color: #fff !important; } div#register-page h2.article-title.text-center { color: #fff !important; } div#basic-details-section h4 { color: #fff !important; } /*Changing color of all label on register page*/ div#register-page label { color: #fff !important; } div#profile-details-section h4 { color: #fff !important; } div#profile-details-section p { color: #E2E2E2 !important; } /*changing color of toggle link eg. a link with text"change"*/ a.visibility-toggle-link { color: #D5C8C8 !important; } /*color for terms and condition link*/ p.right a { color: #3072F6 !important; } /*Changing color of testimonial*/ section.with-top-border div#quote_wrap { color: #fff; } /* End of Custom Styling on Register page */
to your style.css file which can be found “Appearance>Editor>style.css. and Save the file. Then please refresh the page and you should see the change and text should look in white color. If you like to change the color of any elements I have changed the color, then you can easily edit the css color code in the above code. I have also added some comments in the code to help you. I have added a screenshot to show you how it looks after adding this code. If you have any question please ask me without any hesitation.
Thanks,
KamalHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAttachments:
You must be logged in to view attached files.November 27, 2014 at 02:00 #36837techrock28ParticipantThanks a lot, I put the code in my child theme style.css it work fine. Sorry
for the late respond my site was having other problem running very slow.Thank again
AlbertNovember 27, 2014 at 19:46 #36897KamalModeratorHi Albert,
You are most welcome. I am very glad that it helped you.
Regards,
KamalHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts
The topic ‘changing form fields fonts color on register page’ is closed to new replies.