CSS Link Title

Hi KNIMErs

I would like to know what is the CSS class to modify the link title of the file download widget?

Regards,
Joel

Hi there @joel,

Would say knime-qf-title class.

Check this guide for more info:
https://docs.knime.com/latest/analytics_platform_css_guide/index.html

Br,
Ivan

Hi @ipazin

I already tried to modified this class, but it allows you to only customize the label not the link (please see image below).
I tried also to use the others ones, but none of them allow you to customize the style of the link; that’s why I created this post.

Maybe I did something wrong, should I specified the state of the link ? (active, hover, …).

Regards,
Joel

Hi there @joel,

.knime .v-button-link .v-button-caption {
color: purple;
}

should do the trick. Obviously color doesn’t need to be purple in order to work :smiley:

Courtesy of @blaney :smile:

Br,
Ivan

2 Likes

Hi @ipazin

Thanks it works.
Thanks also to @blaney.

Best Regards,
Joel

2 Likes

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.