- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-11-2024 09:39 PM
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?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-11-2024 09:59 PM
Hi,
Navigate to HRM catalog item widget
Press Ctrl + right click and go to instance in page editor
Paste below to CSS section and save it
.panel-default .item-header .sc-cat-item-short-description {
color: #000000 !important;
}
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-11-2024 09:59 PM
Hi,
Navigate to HRM catalog item widget
Press Ctrl + right click and go to instance in page editor
Paste below to CSS section and save it
.panel-default .item-header .sc-cat-item-short-description {
color: #000000 !important;
}