I want to customize the message such that the font color is red.
Please help
I am using Oracle Apex 4.2
This is the code I am currently using:
apex_error.add_error(P_message=> 'Your are not allowed, Date of Purchase is Mandatory',
P_display_location => apex_error.c_inline_in_notification);