Topic-icon Sclogin theme override doesn't work

Active Subscriptions:

None
8 years 2 months ago #57298 by andres
Hi, i followed the instructions in www.sourcecoast.com/sclogin/documentation/themes , I have created a new file sucerquia.css (a simple copy of default.css), this file is not showing in the mudule settings.. I´ve try to modify default.css in the media directory but the changes are not showing... I've try this with another templates an the result is the same...

What can I do ?? I need to change the blue color of the buttom and other colors. note that sclogin is a menu item

Website sucerquia.com

Thanks for your help
The topic has been locked.
Support Specialist
8 years 2 months ago #57304 by mel
Looking at where your files are placed in your template directory, they are at /templates/artis/html/mod_sclogin/themes/sclogin/ but I believe they should be in /templates/artis/html/mod_sclogin/themes/

Please move the css files up a directory and then see if they show in the SCLogin module as available themes. Let me know if you continue to have problems after trying this.

-Melissa
The topic has been locked.
Active Subscriptions:

None
8 years 2 months ago #57317 by andres
Thanks Alex,

At least my css file is shown in the module, but color changes are not taken...
The topic has been locked.
Active Subscriptions:

None
8 years 2 months ago #57318 by andres
Sorry, thanks Melissa !!!
The topic has been locked.
Active Subscriptions:

None
8 years 2 months ago #57326 by andres
It seems that the class btn btn-primay css is controlled by sc_bootstrap.css

Already I made some changes an it works...!!

How can I do an Override ?
The topic has been locked.
Support Specialist
8 years 2 months ago #57338 by mel
I'd recommend putting it in your theme actually. Don't edit this file directly as it won't stick around if you upgrade.

So instead of something like
.sourcecoast .btn-primary { /* styles here */}

It would be like
.sclogin .btn-primary { /* styles here */}

That should be the right style, off the top of my head with no testing :), but let me know if you run into issues.

-Melissa
The topic has been locked.