- Thank you received: 0
Ask the community, share ideas, and connect with other LimeSurvey users!
LouisGac wrote: can you show us the headers? the css/js files?
LouisGac wrote: please, turn debug mode on, so the asset manager is not used.
LouisGac wrote: then reload the survey in a private windows.
For example, I have had blue navbar and white hyperlinks, highlighted in orange. I'm using Vanilla theme.
The codes:
.navbar .navbar .navbar-default { background-color: #008dc9; } .navbar .navbar-default .navbar-nav > li > a { color: #ffffff; } .navbar .navbar-default .navbar-nav > li > a:hover { text-decoration: underline; color: #D86422; }
vanilla .navbar { background-color: #008dc9; } .vanilla .navbar .navbar-nav > li > a { color: #ffffff; } .vanilla .navbar .navbar-nav > li > a:hover { text-decoration: underline; color: #D86422; }