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

Community Alums
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
Mega Sage
Mega 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
Mega Sage
Mega 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;
}