How to make text as bold and the red color
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-03-2018 08:26 AM
2 REPLIES 2

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-03-2018 08:28 AM
try adding <b style="color: red;"> in frond and add </b> at the end within short description

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-03-2018 08:45 AM
Hi ,
You Can use this code . With the help of Client script able to change the color and font size also
In onload (){
g_form.getcontrole (field name).style.color= 'red';
g_form.getcontrole (field name).style.fontweight='bold';
}
It is working in my system. Try it
Please remember it mark as correct and helpful .
Thanks
Sanjay Bagri.