Page 1 of 1

why can't i override the font-size of the header

Posted: Mon Sep 16, 2013 11:45 am
by Grace Yip

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

Posted: Mon Sep 16, 2013 1:02 pm
by Kateryna Grynko

Here is the correct style:
code
.ui-header .ui-title {
font-size:14px;
}/code