change box color in login page

Home Forums Legacy Support Support queries Styling issues change box color in login page

Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #190303
    sondos1
    Participant

    I've problem pink color in appearing as box on login page as per this URL

    https://1drv.ms/u/s!AjAM94OiflcQikBnntXnFnbIYKCn

    how i can change it ?

    #190447
    Ava
    Member
    Hi Sondos1 Please paste the below custom code css to Wp-admin > Appearance > Customization > Custom Css > publish .home-page .wplms_registration_form{ background:transparent !important; }
    #190461
    sondos1
    Participant
    it work thanks
    #190480
    sondos1
    Participant
    can you help me to change text color inside small box e.g. user name in the box color of text white how i can change it
    #190495
    Ava
    Member
    Hi Please paste the below custom code css to Wp-admin > Appearance > Customization > Custom Css > publish .wplms_registration_form ul li input::placeholder { color: white !important; }
    #190545
    sondos1
    Participant
    <p style="box-sizing: border-box; margin: 0px 0px 22px; color: #4b4d4d; font-family: Lato; font-size: 14px;">as you can see in this pic. https://prnt.sc/m05qlk</p> <p style="box-sizing: border-box; margin: 0px 0px 22px; color: #4b4d4d; font-family: Lato; font-size: 14px;">it is appearing there is text in user name box but it is in white color how to change it please</p>
    #190637
    Ava
    Member
    Hi As you can check the below screenshot, I don't see the issue there. It is already visible. Refer: http://prntscr.com/m0iu49  
    #190796
    sondos1
    Participant
    This reply has been marked as private.
    #190883
    Ava
    Member
    Hi Sondos1 please paste the custom css code to wp-admin >  appearance > customization > custom css > publish .wplms_registration_form ul li>input { color: #333 !important; } .wplms_registration_form input { color: #333 !important; } Hope this helps.
    #190892
    sondos1
    Participant
    This reply has been marked as private.
    #190958
    Ava
    Member
    Glad to help. For the above fix, paste the custom css code to the same path as i shared above, footer input.form_field.text { color:#333 !important ; } Hope it helps.
    #190979
    sondos1
    Participant
    This reply has been marked as private.
    #190992
    Ava
    Member
    Glad to help. Now, Closing this topic then.
Viewing 13 posts - 1 through 13 (of 13 total)
  • The topic ‘change box color in login page’ is closed to new replies.