
Hi We have a list that is pulling back records on cases that a user has entered.
One of the heading (which is a multiselect field) always shows in bold.
Anyone any idea how to make is the same font as the other columns...
Hi,
I believe it is an standard of fields that hold multiple choice and it means the user cannot order the view for that field.
So in order to change it if you right click with mouse in your site and inspect element and pick the field...you will see that there is a class called class="sort-disabled" - You can change your CSS to not be bold.
I hope it helped you.