Please help us help you and fill where relevant: LimeSurvey version: [6.5.9] Own server or LimeSurvey Cloud: Own server Survey theme/template: vanilla
==================
Hello,
We upgraded our LS version to version 6 ans we have the theme incompatibility issue.
On the welcome page, we'd need to change the color of the text "This is a sample survey description. It could be quite long. But this one isn't.".
I noticed that you MUST use the !important construct to change the color. When I inspect the survey output in Chrome DevTools, I see that the Bootstrap css file uses !important on all the colors. Is that normal? In other platforms I've used, such as Ionic, they do not make their own colors !important so it's easier to override in your custom.css file.