Hello,
this is my first question here and also the first time I use limesurvey.
I use the default: news_paper.css
I need to tweak font settings of both questions and answers.
So far, I tweaked the following section of (my copy of) "news_paper.css":
Code:
body {
font-family: "News Cycle", "Arial Narrow Bold", sans-serif;
font-size: 20px;
line-height: 1.42857143;
color: #222222;
background-color: #ffffff;
}
Changing
, and
affected both questions and answers.
However, changing
did non affect the question font color.
How can I apply specific changes to either question or answer fonts in the css file?
Many thanks and kind regards
Wilhelm