• Resolved mariovalente

    (@mariovalente)


    Hi, I managed to modify the text of all parts of the questionnaire but I can’t understand how to change the size of the text of the “question description”. Could you suggest me the css to add in the css tab?

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Support Jasmine

    (@hyenokian)

    Dear @mariovalente,

    Thank you for the topic.

    Our Dev Team has created a new CSS code to help you achieve your desired result. 
    You need to take this Custom CSS code and insert it into the Surveys > particular survey > Styles tab > Custom CSS option.

    Then, replace YOUR_SURVEY_ID with the corresponding Survey ID (e.g. 3, like this div[id*=’ays-survey-container-3′]).
    Do not delete the space after it.
    Clear the cache afterward.

    div[id*='ays-survey-container-YOUR_SURVEY_ID'] .ays-survey-question-description {
    font-size: 16px !important;
    }

    Please check this and let us know about the outcome.

    Thank you.

    • This reply was modified 2 years, 6 months ago by Jasmine.
Viewing 1 replies (of 1 total)

The topic ‘css for question description’ is closed to new replies.