How to apply the base registration form style to profile fields also in ajax for

Home Forums Legacy Support Support queries How-to & Troubleshooting How to apply the base registration form style to profile fields also in ajax for

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #188475
    Vector_guru
    Participant
    Hi I am getting awkward style in the ajax registration form in www.winneetexam.com. How to fix this issue and make the form display uniform style for the entire form regards
    #188642
    logan
    Member
    hey there, Please goto wp-admin > appearance > customize > custom css > paste div#wplms_custom_registration_form {background: #5f7a94 !important;} .wplms_registration_form {padding: 0px !important;} Effect: http://prntscr.com/lu0czi If I can be of assistance, please do not hesitate to contact me again.
    #188658
    Vector_guru
    Participant
    This reply has been marked as private.
    #188710
    logan
    Member
    Hey Sparky ! Remove above code and try this one at the same place. div#wplms_custom_registration_form .wplms_registration_form legend {font-weight: 600;  color: #444; font-size: 11px !important;} div#wplms_custom_registration_form .wplms_registration_form p.description {font-weight: 600;  color: #444; font-size: 11px !important; margin-top: 5px !important;} div#wplms_custom_registration_form {background: #fff !important;} div#wplms_custom_registration_form input#field_9 { background: rgba(0,0,0,.2);    border: 1px solid rgba(255,255,255,.2);    padding: 6px;    border-radius: 2px;    margin: 4px 0 10px;    width: 100%;    font-size: 14px;    color: #FFF;} Refer: http://prntscr.com/lub1ex
Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘How to apply the base registration form style to profile fields also in ajax for’ is closed to new replies.