Grace Yip
Posts: 0
Joined: Wed Sep 11, 2013 7:47 pm

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

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 ....

Kateryna Grynko
Posts: 0
Joined: Thu Nov 15, 2012 9:13 am

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

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

Return to “Issues”