I need to change the color of the font of Discuz. Somehow it is yellow. It seams it is getting a yellow collor from my theme, but i cannot find from where. It isnt in the additional css.
So , as a workaround, i am using this:
body.ctypo p {
color: #24272e;
}
but that changes the color of all the font. Because of that, i am having issues with the Widgets.
Is it somehow possible to link the css to discuz only? F.i., when i want to change the colors of a specific post, i type .post-xxxx
I dont see a way to do that for Discuz.
I tried adjusting the standard style settings in Discuz, but that didnt change a thing.
Many thanks.

