I Need To Change the Default(theme a) Theme of the jquery mobile page header to (theme c)
1 Answer
As mentioned in their documentation http://jquerymobile.com/test/docs/toolbars/bars-themes.html, you have to specify your theme with data-theme attribute.
Ex:
<div data-role="header" data-theme="b">
<h1>Page Title</h1>
</div>