Topic-icon change buttons for my own images

Active Subscriptions:

None
10 years 1 week ago #43260 by tonicosta
Hi,
How can I change button login, logout and register for my own image or icons?
The topic has been locked.
Support Specialist
10 years 1 week ago #43270 by alzander
You'd need to override our CSS files to do that. For information on how to update the CSS and create your own theme, please see our Joomla login themes documentation.

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

None
10 years 1 week ago - 10 years 1 week ago #43280 by tonicosta
I have no mod_sclogin folder in /templates/<my_template>/html/
There is not folder of your module in /templates/<my_template>/html/

Could you help me by editing the existing code css file? I just want to change the buttons for my icons. I am using layout horizontal in configuration.
In Button Type option we can set "Custom Image Link".
File Attachment:


I did not find in your explaing how to make it work :(
Last edit: 10 years 1 week ago by tonicosta.
The topic has been locked.
Support Specialist
10 years 1 week ago #43290 by alzander
That option you point to is only for setting specific images for the social login icons, which are only available if you're using JFBConnect.

As mentioned in the Themes documentation, "To create a template override, you'll first need to create the following directory:". Those directories won't exist in your template's folder until you create them.

Once the directory is created, copy the theme CSS file over from the /media/sourcecoast/themes/sclogin/ directory that you are using. Then, the main styles you want to target are:
Main login button:
.sourcecoast .btn-primary
Register button:
.sourcecoast .btn

With those, you should be able to override or set any settings you want for those HTML elements.

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

None
10 years 1 week ago #43304 by tonicosta
Thank you
The topic has been locked.
Support Specialist
10 years 1 week ago #43306 by alzander
Glad to be of help. If you need anything else, just let us know.

Thanks,
Alex
The topic has been locked.