- Posts: 222
- Thank you received: 10
Ask the community, share ideas, and connect with other LimeSurvey users!
.navbar-default { background-color: #0080FF; }
.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; }
LouisGac wrote: www.limesurvey.org/manual/New_Template_S...not_applied.3F.22.29
LouisGac wrote: you can use the name of your extended theme to raise the specificity of your css selector:
.extended_vanilla .navbar .navbar .navbar-default ...