Topic-icon Buttons customization on SCLogin

Active Subscriptions:

None
1 month 4 weeks ago #69325 by LGASM
Hi Mel!
I did know how to this but I forgot!
Please look in the attached screenshots login and register buttons I need to change background and font colours and tell how to do it.
Tks so much!
Luiz   
Attachments:
The topic has been locked.
Support Specialist
1 month 3 weeks ago #69326 by mel
Some example CSS code
.sclogin a.btn-primary {
    background: green;
}
.sclogin a.btn-secondary {
    background: purple;
    font-family: monospace;
}
The topic has been locked.
Active Subscriptions:

None
1 month 3 weeks ago #69329 by LGASM
Tks Mel!
I remember there was a particular file for the themes.
Where is it located?
Best regards!
Luiz
The topic has been locked.
Support Specialist
1 month 3 weeks ago #69330 by mel
Put it in /templates/<YOUR_JOOMLA_TEMPLATE>/html/mod_sclogin/themes/

For full details, see www.sourcecoast.com/sclogin/documentation/themes
The topic has been locked.