Topic-icon Impossible to add something in login form

Active Subscriptions:

None
6 years 3 months ago #63319 by kezeo
Hello
with the login i can not insert login or password
with normal joomla login no problem, but sclogin. i can not fill the form
any idea why please
thank you
The topic has been locked.
Support Specialist
6 years 3 months ago #63326 by mel
Could you give me a URL where you're seeing this problem? A lot of times it's a CSS problem where the text input is not accessible from some conflicting style.

-Melissa
The topic has been locked.
Active Subscriptions:

None
6 years 3 months ago #63329 by kezeo
yes thank you you can see here www.koxeo.com/fr/ and please click on connexion in main menu
thank you again
The topic has been locked.
Support Specialist
6 years 3 months ago #63330 by mel
Looking at the styles, those 2 input boxes are getting a font-size of 0px from your template. When I set a different size in my browser dev tools, I was able to see the text entered. You can add the following to your SCLogin theme to make a valid size font:
input#sclogin-username.input-block-level, input#sclogin-passwd.input-block-level {
font-size: 14px;
}

I'd suggest making your own theme for SCLogin, so you don't lose any changes if you upgrade our modules. You can find instructions here

Hope this helps :)

-Melissa
The topic has been locked.
Active Subscriptions:

None
6 years 3 months ago #63331 by kezeo
thank you for your help
i tried but without success
i changed in default.css and sourcecoast.css
The topic has been locked.
Support Specialist
6 years 3 months ago #63333 by mel
I just went to your page and it seems to be resolved. If you're still seeing the old styles, make sure to force a refresh in your browser.

-Melissa
The topic has been locked.
Active Subscriptions:

None
6 years 3 months ago #63334 by kezeo
Ah ok myabe a problem with my google chrome
thank you so much :-)
The topic has been locked.