Topic-icon Changing Size and Colour of Buttons?

Active Subscriptions:

None
10 years 1 week ago #47046 by davidu
First of all, thanks for a great module and free at that! Very much appreciated.
I have created my own theme from the default theme.
I have change part of the CSS to put the welcome text in a different colour.
But I can't find the CSS which controls the colour and size of the buttons??
Can someone direct me to it Thanks David
File Attachment:
The topic has been locked.
Support Specialist
10 years 1 week ago #47079 by alzander
The color of those buttons is buried in our /media/sourcecoast/css/sc_bootstrap.css file. The easiest way to change the colors is simply add the following to your template's custom.css file (or wherever you need to put custom styles):
.sclogin .btn-primary {
color: red;
}
.sclogin a.btn {
color: black;
}
I hope that helps get you going, but if you need anything else, just let me know.

Thanks,
Alex
The topic has been locked.