- Posts: 4
- Thank you received: 0
Ask the community, share ideas, and connect with other LimeSurvey users!
Add something like this to the end of news_paper.css...not been able to change...the black text saying "TEMPLATE SAMPLE" in the top left...
.navbar-default .navbar-brand { color:red; }
Add something like this this to the end of news_paper.css...not been able to change...the main text beginning "This is a sample survey description. It could be quite long."...
body { color: #333333; }
div[id^="group-"] > div { background-color: transparent; } h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .navbar-default .navbar-nav > li > a { color: #ffffff !important; }