Topic-icon Letters in facebook and twitter social stream are red

Active Subscriptions:

None
Letters in facebook and twitter social stream modules appear red. Could you please give me some instructions in css order to change the color to black?
Check the screenshot.

www.dropbox.com/s/aj1bh1uggrc7uak/Screen...%2022.31.23.png?dl=0


Regards
The topic has been locked.
Support Specialist
10 years 6 months ago #55812 by alzander
You'd likely want to target elements with the following CSS:
.socialstream .message {
color: #fff;
}
Hopefully that works, but if not, let us know a URL we can see the issue on so we can understand how all of the CSS on your page works together to make that red.

Thanks,
Alex
The topic has been locked.
Active Subscriptions:

None
In which file should I enter this code?
The topic has been locked.
Support Specialist
10 years 6 months ago #55817 by mel
Please read the section at www.sourcecoast.com/jfbconnect/docs/posting/social-streams for "Theming" in order to create your own theme for the SCSocialStream. The file to override in this case is the styles.css file.
The topic has been locked.
Active Subscriptions:

None
Thank you. My issue is solved.
The topic has been locked.
Support Specialist
10 years 6 months ago #55834 by mel
Great! Let us know if you run into any other problems in the future.

-Melissa
The topic has been locked.