I want to change text colours depending on conditions
(ex. When the close date is overdue, the opportunity record turns Red in List View), but I still have no idea to do this.
As I searcehd for salesforce pages and personal blogs, but they did not help me.
(Some bloggers said you can put color codes with text name, but it is not available in Lightning)
I would be appreciated if somebody knows how to change text colors in simple way!
Hello,
If you wanted you could override the default List View or Record View with a custom interface via Visualforce or a Lightning Component.
This would allow you to add colours etc. but would require a developer skill set to achieve.
You could also insert a Visualforce Page into part of the layout but again this would require development.
If you wanted to avoid code then you could opt for a formula or try a Rich Text Component on the Lightning Page that appears based on certain conditions.
Thanks Tom