Make question appear as bold in service portal
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-26-2017 05:41 AM
Hi All,
I have a single line text variable in catalog item, now i want to make question appear as bold. How can i do that and it should work in serviceportal sc_cat_item page also.
Thanks and regards
Swamy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-12-2020 09:41 AM
Hi ,
Any luck in achieving this requirement?
thanks,
sivaranjani
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-12-2020 10:59 AM
Hi,
Please go through below link once:
Thanks,
Sumanth
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-12-2020 12:24 PM
Sivaranjani,
Below worked for me in Kingston, London and Newyork release version. As we are targeting DOM, it is a best practice to test this for every upgrade of the instance.
1. Navigate to Service Portal --> Pages
2. Open Page with ID as sc_cat_item
3. In page specific CSS write below. In below example, the backend variable name of my variable is hard_drive
#hard_drive > div > label
{
font-weight:bold;
}
General
#nameofvariable > div > label
{
font-weight:bold;
}
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-10-2021 04:39 AM
It works for me nice
Please mark it helpfull