Welcome to the LimeSurvey Community Forum

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

Changing the colour of the survey title

More
5 years 1 month ago #202020 by YoGL11
How can I make changes to the title of the survey e.g. font size, colour, ...?
The topic has been locked.
More
5 years 1 month ago #202035 by tpartner
What LimeSurvey version and theme are you using?

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: DenisChenu
The topic has been locked.
More
5 years 1 month ago #202040 by YoGL11
I'm using LimeSurvey Professional and I use the Vanilla theme
The topic has been locked.
More
5 years 1 month ago #202051 by tpartner
"LimeSurvey Professional" does not help me. You can find the version number at the bottom of the admin screen.

Cheers,
Tony Partner

Solutions, code and workarounds presented in these forums are given without any warranty, implied or otherwise.
The topic has been locked.
More
5 years 1 month ago #202052 by YoGL11
Version 3.22.20
The topic has been locked.
More
5 years 1 month ago #202053 by tpartner
Extend your theme and place something like this in custom.css for the title in the welcome message:

Code:
/* Title in welcome screen */
h1.survey-name {
    font-size: 3em;
    color: #FF0000;
}

Something like this in custom.css for the title in the header:

Code:
/* Title in header */
.navbar-default .navbar-brand {
    font-size: 2em;
    color: #FF0000;
}

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: DenisChenu, YoGL11, skywalker23
The topic has been locked.
Moderators: tpartnerholch

Lime-years ahead

Online-surveys for every purse and purpose