• Resolved graficarnb

    (@graficarnb)


    Hi.
    I installed this good plugin but I have a problem.
    Under area “accedi” i don’t see a box where I can insert the name and the password.
    I can insert if I go with mouse near, and I find where I can write, but Is not quickly to find.
    Can I change this graphic? I would like a simple box

    Thanks
    Riccardo Bao

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author Caseproof

    (@caseproof)

    Hi Riccardo,

    Sorry for a bit slow response to your question.

    You can try to fix styling by adding this code to Appearance → Customize → Additional CSS field:

    .members-login-form form input[type=text], 
    .members-login-form form input[type=password] {
      border: 1px solid #e4e9ef;
    }
    
    .members-login-form form input[type=submit] {
      background: #394650;
      color:#fff;
    }
    

    Hopefully, that helps.

Viewing 1 replies (of 1 total)
  • The topic ‘box to insert name/password’ is closed to new replies.