Welcome to the LimeSurvey Community Forum

Ask the community, share ideas, and connect with other LimeSurvey users!

Design 3.0 - top nav logo centered and change background

  • chilber
  • chilber's Avatar Topic Author
  • Offline
  • New Member
  • New Member
More
5 years 3 months ago #178808 by chilber
Hi
I am pretty in trouble with the new design, to bring it back to the minimum I had with version 2.x.
Probably easy to do, but I couldn't find the code in twig or css:

What I want:
- logo.png should be displayed centered (now only left),
- background of logo.png (navbar)should be other than white
- change colors of zebra setup

I created an extened LimeSurvey Fruity Theme.

Txs for any help.
Chris
The topic has been locked.
More
5 years 3 months ago #179163 by surveySn
I also want to know how to modify it.
The topic has been locked.
  • tpartner
  • tpartner's Avatar
  • Offline
  • LimeSurvey Community Team
  • LimeSurvey Community Team
More
5 years 3 months ago #179166 by tpartner

- logo.png should be displayed centered (now only left)

Something like this in custom.css:

Code:
.navbar-header {
    float: none;
    margin: 0 auto;
}
 
.navbar-brand.logo-container {
    display: block !important;
    float: none;
    margin: 0 auto;
    text-align: center;
}
 
.navbar-brand > img {
    margin: 0 auto;
}

background of logo.png (navbar)should be other than white

Something like this in custom.css:

Code:
.fruity .navbar {
    background: #CC00FF;
}

Cheers,
Tony Partner

Solutions, code and workarounds presented in these forums are given without any warranty, implied or otherwise.
The following user(s) said Thank You: chilber
The topic has been locked.

Lime-years ahead

Online-surveys for every purse and purpose