- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-26-2018 10:53 PM
I would like to change the color of the band lets say if status is green, the color would be dark green instead of green or yellow would appear like orange(amber). Can someone please tell me where is the code of this page? Thank you.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-27-2018 01:03 AM
1) Go to "pm_home_cards" UI macro.
2) Add custom styles in <style></style> tags.
Example:
#sn-pm-home .home-cards .card.yellow {
border-top: 4px solid <some_hex_code> !important;
}
#sn-pm-home .home-cards .card.green {
border-top: 4px solid <some_hex_code> !important;
}
#sn-pm-home .home-cards .card.red {
border-top: 4px solid <some_hex_code> !important;
}
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-26-2018 11:23 PM
Hi Ramilo,
Warm Regards,
Ravindra
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-27-2018 01:03 AM
1) Go to "pm_home_cards" UI macro.
2) Add custom styles in <style></style> tags.
Example:
#sn-pm-home .home-cards .card.yellow {
border-top: 4px solid <some_hex_code> !important;
}
#sn-pm-home .home-cards .card.green {
border-top: 4px solid <some_hex_code> !important;
}
#sn-pm-home .home-cards .card.red {
border-top: 4px solid <some_hex_code> !important;
}
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-29-2018 01:37 AM
Thank you. This one works.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-11-2019 09:50 AM
Hi, wondering if it's possible to apply CSS to the bullet between the dates on these cards. I'm not a CSS expert so any advice would be appreciated!