Hi,
I want to override style of header in WinJS.UI.HubSection.
I tried finding out the style of it in inbuild style class(win-hub-section-header) pasted below. I have over ridden this in my css file (just added color:red and font-size:40pt). But could not see any difference.
.win-hub-section-header {
-ms-grid-column: 1;
-ms-grid-row: 1;
margin: 4px 0;
font-size: 20pt;
text-align: left;
}
How to bind the header dynamically in WinJS.UI.Hubsection(Generally the header is set via data-win-options:{header :'XXX'}).
could some one assist me where am i going wrong.
Thanks & Regards Tejaswi Chandrapatla