- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-10-2017 12:32 PM
I am using labels as a way to have notes on my forms, but I do not like how they are underlined. Is there a way I can remove this line?
Thanks
Solved! Go to Solution.
- Labels:
-
Service Catalog
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-10-2017 12:34 PM
I don't think you can do this without DOM manipulation, or overriding the default system CSS. Both are not recommended, as if anything changes with those elements during an upgrade/patch, the things you implemented will no longer work.
Cheers,
Tim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-10-2017 12:34 PM
I don't think you can do this without DOM manipulation, or overriding the default system CSS. Both are not recommended, as if anything changes with those elements during an upgrade/patch, the things you implemented will no longer work.
Cheers,
Tim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-10-2017 01:06 PM
Hi tgcorbin, as Tim said, DOM manipulations is not recommended. Why dont you use the Help text while defining variables. If you want the help text to be visible always, you can select: Always expanded. What version are you on ? Istanbul or lower?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-11-2017 08:38 AM
I was told by higher ups not to use the show help. Not a fan of how it looks. The label with the line should be sufficient enough.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-24-2019 12:04 PM
I realize this post is 2 years old but I just came across it and thought I'd add my workaround. What I've done in the past is use a Multiple Choice variable with no question choices. It looks like a label without the underline.