Unipark
Navigation
  • Forum
  • Registration
  • Login
Search

Forum › Forums › Unipark › Matrix Question_Desktop Version_font Size

  • This topic has 1 reply, 2 voices, and was last updated 1 year, 8 months ago by mictr.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • 14. September 2023 at 10:06 #1791
    CarloParlo
    Participant

    Hi all,

    Is there an option to increase the font size within a matrix question displayed in the desktop version?
    That would be great as in general, the font size of my survey seems fine but then the font size of the different statements in the matrix question seems too small.

    All the best,
    Carlo

    17. September 2023 at 11:10 #1796
    mictr
    Participant

    Yes, thats possible, but you have to adjust the templates. there is (as far as i know) no ui-way to do this.

    Go to layout > pro editor > scroll down to “cascading style sheet” and open the file. assume that you want to change the font size for questions of type 311 add the following text

    .type-matrix-311 .title {
      font-size:x-large;
      color: blue;
    }
    .type-matrix-311 .subtitle {
      font-size:x-large;
      color: green;
    }
    .type-matrix-311 label {
      font-size: x-large;
      color: red;
    }

    SAVE the file.

    The matrix 311 question contains three parts, title, subtitle and items/labels. so there are three css rules to address each of them. the colors are only there so you can see what part of the question will be changed by this rule. font-size accepts relative sizes like large/x-large or absolute sizes like 16px/20px and so on. you can have a look at MDN to see whats possible there.

  • Author
    Posts
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.

Lost your password?

UNIPARK

QUICK LINKS

  • Registration
  • Login
  • Search
© Copyright 2025 UNIPARK