Hi,
I’m experiencing an issue with the “Discobot Discoveries” feature. The answers appear in white font, white background; so I can only see them if I highlight the text.
I tried changing the text color as suggested by DiscourseHelper by modifying my theme settings (Edit CSS/HTML > Common
) with:
.ai-search-discoveries {
color: #333; /* Change to your preferred color */
}
However, the issue persists. Could you please provide some guidance on how to fix this?
Thanks a lot in advance!!!