This topic has 5 replies, 2 voices, and was last updated 9 years by Kamal.

  • Author
  • #36117
     techrock28
    Participant

    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?

    #36140
     Kamal
    Moderator

    Hi,
    I can help you solve your problem if you could give me the link to that registration page.
    Thanks,
    Kamal

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #36343
     techrock28
    Participant
    This reply has been set as private.
    #36485
     Kamal
    Moderator

    Hi Albert!
    I have checked your web site and I have got some code for you. Please copy the following code

    COPY 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,
    Kamal

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    Attachments:
    You must be logged in to view attached files.
    #36837
     techrock28
    Participant

    Thanks 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
    Albert

    #36897
     Kamal
    Moderator

    Hi Albert,
    You are most welcome. I am very glad that it helped you.
    Regards,
    Kamal

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
Viewing 6 posts - 1 through 6 (of 6 total)

The topic ‘changing form fields fonts color on register page’ is closed to new replies.

Log in with your credentials

Forgot your details?