- Posts: 2
- Thank you received: 0
How to change font and color
6 months 1 week ago - 6 months 1 week ago #185154
by REA2018
How to change font and color was created by REA2018
Hello, I am new to Lime Survey and I don't have too much experience in programming. I added a background to one of my survey and everything went well. However the sentence "There is XX questions in this survey" does not show very well. It is very pale and difficult to read on the screen. How can I change the font or/and the color?
Thank you.
PS: Hope I used the correct place to ask my question!!
I am using Lime Survey 3.17.3+190429. The theme is a modified Fruity theme.
Thank you.
PS: Hope I used the correct place to ask my question!!
I am using Lime Survey 3.17.3+190429. The theme is a modified Fruity theme.
Last edit: 6 months 1 week ago by REA2018.
Please Log in or Create an account to join the conversation.
6 months 6 days ago #185182
by Joffm
Volunteers are not paid.
Not because they are worthless, but because they are priceless
Replied by Joffm on topic How to change font and color
Hi,
at first something general.
To find out, use a webdeveloper tool which is included in all modern browsers.
Here you see that the class of this text is
"question-count-text"
So, add to your custom.css your desired values:
e.g.
.question-count-text {
font-size:28pt;
font-familiy: Georgia;
color:red;
}
Joffm
at first something general.
To find out, use a webdeveloper tool which is included in all modern browsers.
Here you see that the class of this text is
"question-count-text"
So, add to your custom.css your desired values:
e.g.
.question-count-text {
font-size:28pt;
font-familiy: Georgia;
color:red;
}
Joffm
Volunteers are not paid.
Not because they are worthless, but because they are priceless
Attachments:
The following user(s) said Thank You: CWFranz
Please Log in or Create an account to join the conversation.
6 months 6 days ago #185202
by REA2018
Replied by REA2018 on topic How to change font and color
Thank you very much! This is exactly what I was looking for. Have a great day!
Please Log in or Create an account to join the conversation.