Topic-icon changing intro text font colour

Active Subscriptions:

None
10 years 9 months ago #34438 by teachmaster
I have downloaded the SC login module. Is there a way of changing the font color on the "welcome user" text. It is currently set to white which is not visible on my website since its also very light. thanks
The topic has been locked.
Support Specialist
10 years 9 months ago #34440 by alzander
The Welcome text is has a class of "sclogin-greeting". To change the color, you should be able to add something like the below to your template:
.sclogin-greeting { color: #000; }
That will set the text to black.

I hope that helps, but if you need anything else, just let us know.

Thanks,
Alex
The topic has been locked.