Welcome to the LimeSurvey Community Forum

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

Theme LS versions > 6.5 - Change the color of the text description

  • Orélie
  • Orélie's Avatar Topic Author
  • Offline
  • New Member
  • New Member
More
3 months 3 weeks ago #265492 by Orélie
Please help us help you and fill where relevant:
LimeSurvey version: [6.5.9]
Own server or LimeSurvey Cloud: Own server
Survey theme/template: vanilla
==================
Hello,

We upgraded our LS version to version 6 ans we have the theme incompatibility issue.

On the welcome page, we'd need to change the color of the text "This is a sample survey description. It could be quite long. But this one isn't.".

Where can we update this color please?

 

File Attachment:

File Name: extends_va..._NBB.zip
File Size:123 KB


Thank you.
 

Please Log in to join the conversation.

  • Joffm
  • Joffm's Avatar
  • Offline
  • LimeSurvey Community Team
  • LimeSurvey Community Team
More
3 months 3 weeks ago #265496 by Joffm
Hi,
to do things like this investigate the page with the webdevelopment tool of your browser (F12)
You see something like this (here Firefox)
 
You see that you have to change the "color" in "text-info".
And to restrict it to the survey desription you may add to your "custom.css"
Code:
.survey-description.text-info {
     color: red !important;  /* Whatever color you want */
}     

In this example I also added a "font-size" and "font-style"
Code:
.survey-description.text-info {
     color: red !important;  
     font-size: 18px;
     font-style:italic;
}     

 

Joffm

Volunteers are not paid.
Not because they are worthless, but because they are priceless
The following user(s) said Thank You: Orélie

Please Log in to join the conversation.

Moderators: tpartnerholch

Lime-years ahead

Online-surveys for every purse and purpose