- Posts: 15
- Thank you received: 0
Ask the community, share ideas, and connect with other LimeSurvey users!
.navbar-default .navbar-brand { color: #FFF000 !important; } .navbar-default .navbar-nav > li > a { color: #FFF000; } .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus { color: #FF00FF; }
.navbar-brand img { width: 350px; height: auto } @media only screen and (max-width: 768px) { .navbar-brand img { width: 200px; height: auto } }
tpartner wrote: Try something like this at the end of template.css:
Code:.navbar-default .navbar-brand { color: #FFF000 !important; } .navbar-default .navbar-nav > li > a { color: #FFF000; } .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus { color: #FF00FF; }
tpartner wrote: Delete everything in /tmp/assets/, clear your cache and retest.