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.
Forums
How do I change the font color?
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.