This is a migrated thread and some comments may be shown as answers.

change the header color

1 Answer 31 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Allen
Top achievements
Rank 1
Allen asked on 07 Nov 2012, 09:32 AM
Hi
I want to change the header color. I have used headerstyle backcolor. However it is not working for me. Can anybody tell me where I might have gone wrong. Or is there any other method by which i can change the header color
thanks

1 Answer, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 07 Nov 2012, 09:36 AM
Hi,

Please try the following CSS.

ASPX:
<HeaderStyle CssClass="headerStyle"/>

CSS:
<style type="text/css">
    .headerStyle
    {
        background-image:none !important;
        background-color:Red !important;
    }
         
</style>

Thanks,
Princy.
Tags
Grid
Asked by
Allen
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Share this question
or