Topic-icon username/password field box size / picture

Active Subscriptions:

None
9 years 8 months ago #50055 by Enkiki
Hello team,

I have two questions regarding the horizontal login screen.

1) Please take a look at the attached screenshot, you will see my login bar (top one) and the bottom is yours. How can I get the lock icon on the username/password fieldbox?

2) Is there a way to reduce the height of the username/password box + Login In button + Register button ? Your demo bar on your website looks smaller a bit..

Thank you very much!

File Attachment:
The topic has been locked.
Support Specialist
9 years 8 months ago #50056 by mel

1) Please take a look at the attached screenshot, you will see my login bar (top one) and the bottom is yours. How can I get the lock icon on the username/password fieldbox?

In SCLogin > Login View Settings, please set the 'Show Forgot Username' and 'Show Forgot Password' options to White Button or Black Button.

2) Is there a way to reduce the height of the username/password box + Login In button + Register button ? Your demo bar on your website looks smaller a bit

I am not familiar with which one of our pages uses that layout. If that's just an image on one of our documentation pages, it's likely that it was just shrunken before we added it to the site. If it's an actual instance of the module, you can examine the styles in your browser developer tools to get the exact styles. In general, you could add something like this to your SCLogin Theme CSS file:
.sclogin input[type="text"], .sclogin input[type="password"]{
height:16px;
}
.sclogin .btn{
line-height:16px;
}

-Melissa
The topic has been locked.
Active Subscriptions:

None
9 years 8 months ago #50057 by Enkiki
Great! Thank you very much.. that did the trick.

Will renew my support again... :)
The topic has been locked.
Support Specialist
9 years 8 months ago #50059 by mel
Glad it was so easy to get working!
The topic has been locked.