Modifications of column headers

Am I able to get access to a specific column header and change its certain style for a while and how should I do it?
For example, the data has been asked to sort on the price. There is a specific column header(third column) which is price. I want to highlight this header until I do not want to highlight it any more.

Hi @841768889

u can define column headers with HTML. Here is an example http://jsfiddle.net/xz7s1rv8/

Let me know if that works for your project.