• Resolved sosonia

    (@sosonia)


    Hi, I’m trying to change a style of the matrix question as with the current form theme (dark blue) these questions are not really visible (white text on light gray background). How can I do it? In the themes I’m able to change color for input, single choice and multiple choice questions but not for the matrix question.

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

Viewing 1 replies (of 1 total)
  • Plugin Support Zhanna Khachatryan

    (@zhannak)

    Hi @sosonia,

    Thanks for your inquiry and sorry for the late response.

    To remove the grey background from matrix field, please add the following CSS to the Form maker->Theme->Your_current_theme->Custom CSS section:

    .wd-table-group div {
    background: rgba(0, 0, 0, 0) !important;
    }
Viewing 1 replies (of 1 total)

The topic ‘matrix question change style’ is closed to new replies.