I would be glad if anyone could assist with a way to change font-size and color of titles in both interactive range slider filter and nominal row filter widgets.
I have tried using css editor node with .knime-title{font-size: 1em;
color: #80808080;
}
In a further attempt to solve the challenge, the below steps were considered. Could you take a look and offer possible solutions for styling the labels in both the nominal row filter widget and the interactive range slider filter widget?
I don’t have the relevant lines of code available, though if you really want to dig deep into the CSS, you could enable debugging for the views by appending following lines to your knime.ini file:
After restarting KNIME you should see a small icon on views that you can click to open a browser window, in which you can take a deeper look at the field names.
the debug mode is not meant to propagate or even persist changes done in the developer tools. However, you may be able to figure out the name of the elements you need to change in your custom CSS code.
I’m afraid I can’t help you further than point you to the source code. As mentioned, the widgets don’t officially support the changes you intended to make.