We've updated the ServiceNow Community Code of Conduct, adding guidelines around AI usage, professionalism, and content violations. Read more

Short description not visible on front end,when selected short description portion then its visible

Not applicable

Hi,

Short description is visible on front end,when I select blank portion of short description portion then its visible.

Issue is ocurring for all record producers.

 

How can I achieve this?

1 ACCEPTED SOLUTION

Shruti
Giga Sage

Hi,

Navigate to HRM catalog item widget

Press Ctrl + right click and go to instance in page editor

Shruti_0-1731391102153.png

Paste below to CSS section and save it

.panel-default .item-header .sc-cat-item-short-description {
color: #000000 !important;
}

View solution in original post

1 REPLY 1

Shruti
Giga Sage

Hi,

Navigate to HRM catalog item widget

Press Ctrl + right click and go to instance in page editor

Shruti_0-1731391102153.png

Paste below to CSS section and save it

.panel-default .item-header .sc-cat-item-short-description {
color: #000000 !important;
}