Welcome to the LimeSurvey Community Forum

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

Editing Fruity theme font to black

  • jorgesinval
  • jorgesinval's Avatar Topic Author
  • Offline
  • Junior Member
  • Junior Member
More
5 months 2 days ago #252636 by jorgesinval
Editing Fruity theme font to black was created by jorgesinval
Please help us help you and fill where relevant:
Your LimeSurvey version: 6.2.5
Own server or LimeSurvey hosting: Own
Survey theme/template: Fruity
==================
Hello LimeSurvey Community,

I hope you all are doing well. I am seeking assistance in changing the font color (Fruity theme) of the survey description text to black on the welcome page. I have already attempted to do this by adding the following CSS code to the custom.css file:

```
.survey-description {
    color: #000000;
}
```

However, despite adding this code, there seems to be no change in the font color of the survey description text. I might be missing something or perhaps there is a different approach to this issue.

Could anyone please guide me on how to properly change the font color of the survey description text on the welcome page to black? Any help would be greatly appreciated.

Thank you in advance for your support.

Sinval

Please Log in to join the conversation.

  • Joffm
  • Joffm's Avatar
  • Offline
  • LimeSurvey Community Team
  • LimeSurvey Community Team
More
5 months 2 days ago #252639 by Joffm
Replied by Joffm on topic Editing Fruity theme font to black
Hi,
.survey-description  is not sufficient.

If you investigate with the webdevelopment tool of the browser (F12) you see
 

here you can directly change something to see the effect
   


Now,
if you want to change the font-color of the

welcome text
Code:
.fruity .survey-welcome.text-primary {
    color: red !important;
}

survey description
Code:
.fruity .survey-description.text-info {
    color: blue !important;
}
 

Joffm

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

Please Log in to join the conversation.

  • jorgesinval
  • jorgesinval's Avatar Topic Author
  • Offline
  • Junior Member
  • Junior Member
More
5 months 18 hours ago #252647 by jorgesinval
Replied by jorgesinval on topic Editing Fruity theme font to black
Thank you, dear Joffm. It solved my issue.

Sinval

Please Log in to join the conversation.

Lime-years ahead

Online-surveys for every purse and purpose