I want to change the background color of the list from only white to alternating white and gray
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-24-2022 10:44 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-24-2022 10:53 PM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-24-2022 10:58 PM
Hey,
I think you should be able to do it in three steps:
1. Add "css.list.row.even.background.color" -> Type as string and then give it a hex code(#FFFFFF)
2. Add "css.list.row.odd.background.color" - > Type as string and then give it a hex code(#FFFFFF)
3. Go to application navigator, type "cache.do" and Enter
You should get your result 🙂
Aman Kumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-31-2022 02:58 AM
System settings for the user interface (UI)
Striped Table Rows | List v3 rows alternate between contrasting shades of gray when this setting is enabled. This setting is available if List v3 is activated. |
KB0997518 - Stripes are not visible in the list even when the Striped Table Rows is selected.
Cause
This is because of the table.highlighting user preference set to true. This is set from the Personalize list window where the user can check Active Row Highlighting to true.
Highlight list rows as the cursor passes over them | Select the Active row highlighting check box. Clear the check box to restore the static, alternate row highlighting. |
Hope one of these helps 🙂