why can't i override the font-size of the header
in my css file i have:
.ui-title{
font-size:14px;
}
when i run the app, there is no change ....
why can't i override the font-size of the header
in my css file i have:
.ui-title{
font-size:14px;
}
when i run the app, there is no change ....
Here is the correct style:
code
.ui-header .ui-title {
font-size:14px;
}/code