Topic-icon letters do not appear ?

Active Subscriptions:

None
3 years 2 months ago - 3 years 2 months ago #67009 by zeshar
Hi all,

when I try to put my login and password, form still blank ? nothing appears in the form ?
could you help me ?
thank you
Attachments:
Last edit: 3 years 2 months ago by zeshar.
The topic has been locked.
Support Specialist
3 years 2 months ago #67010 by mel
Replied by mel on topic letters do not appear ?
Can you provide a URL where I can see the behavior in action please? This is usually caused by a styling conflict on the page.

-Melissa
The following user(s) said Thank You: zeshar
The topic has been locked.
Active Subscriptions:

None
3 years 2 months ago #67011 by zeshar
Replied by zeshar on topic letters do not appear ?
yes the url is on my message but here it is again ;)
www.bikes-france.com
thank you
The topic has been locked.
Support Specialist
3 years 2 months ago #67012 by mel
Replied by mel on topic letters do not appear ?
Ahh whoops. Not enough coffee yet today :)

So the line-height and font are getting set to 0 (inheriting from theme.9.css in your template). You can add something like the following to fix it:
input.sclogin-username.input-small, input.sclogin-passwd.input-small {
font-size: 14px;
line-height: 14px; 
}

As always, we'd suggest adding your own theme with your custom CSS changes to SCLogin so you don't lose any changes on upgrade. Instructions can be found here .

Let me know if you have any trouble with the above CSS.

-Melissa
The following user(s) said Thank You: zeshar
The topic has been locked.
Active Subscriptions:

None
3 years 2 months ago #67013 by zeshar
Replied by zeshar on topic letters do not appear ?
That is perfect ! well done Melissa
thank you !!!!
The topic has been locked.
Support Specialist
3 years 2 months ago #67016 by mel
Replied by mel on topic letters do not appear ?
Glad I could help. Let us know if you run into any more issues you need help with.

-Melissa
The topic has been locked.