Topic-icon Customize CSS

Active Subscriptions:

None
9 years 1 week ago #54759 by 8boxmedia
Customize CSS was created by 8boxmedia
I have to make some changes on the SCLogin module. But I can seem to figure out what codes to use. Here are the few things I wanted to do:

1) Would like to put a background image on the login form.

2) Would like to change "LOGIN Button" to "ENTER MY SITE".

3) Would like to put Forget Password first before the " LOGIN Button".

4)Would like the login form to popup on homepage, while it's background would be the the actual content of the page that is accesible only to registered user.

Thank you.

MG
The topic has been locked.
Support Specialist
9 years 1 week ago #54782 by alzander
Replied by alzander on topic Customize CSS
For details on how best to apply overrides to the SClogin module, please see our Joomla login theme guide . Once you know the CSS you want to apply, that guide should give you the best suggestions on how to do so. As to your questions:

1) Would like to put a background image on the login form.

The CSS you would apply would be different for every template. Our module is enclosed is the .sclogin class though, so you likely would want to target that.

2) Would like to change "LOGIN Button" to "ENTER MY SITE".

This would be in our language file for the SCLogin module or can be overridden in the Language Overrides admin area of your Joomla site.

3) Would like to put Forget Password first before the " LOGIN Button".

This would be done with a template override, as described in the Theme guide above.

4)Would like the login form to popup on homepage, while it's background would be the the actual content of the page that is accesible only to registered user.

This isn't something we support directly. You'd need to add some additional Javascript to force it to popup and not allow it to be closed. That's not something we'd help with and you'd need a developer to help get things going.

I hope that helps,
Alex
The topic has been locked.