How do I change the font color?

Change font color in ChronoForms forum elements.

Overview

The issue occurs when attempting to modify font colors via the Board Settings Global CSS field, which does not apply the changes correctly.
Edit the forums.css file directly by adding your custom CSS rules to the bottom of the file located in the prosilver theme directory.

Answered
oh ohnoes 09 May, 2014
How do I change the font color of like the dates and the descriptions and such? Can I put something in the Board Settings -> Style -> Global CSS? I tried this and it doesn't seem to be working, but maybe I'm not adding the right text.
oh ohnoes 10 May, 2014
Answer
1 Likes
After some time I figured it out... open the forums.css file at components/com_chronoforums/chronoforums/styles/prosilver/theme and add code there for changes, at the bottom of the file... for instance:

.cfu-body, .cfu-time, .fa, .cfu-head { color: #000000; }
.gbs3 a, .gbs3 .text-primary { color: #019cff; }

.gbs3 .btn-primary {
	color: #fff;
	background-color: #019cff;
	border-color: #000000;
}
This topic is locked and no more replies can be posted.