I am trying to figure out how to change the header font-size. I tried:
code
h1{font-size: 10px;}
/code
but this has no effect
I am trying to figure out how to change the header font-size. I tried:
code
h1{font-size: 10px;}
/code
but this has no effect
Terry,
Please use such css:
preh1.ui-title{
font-size:10px !important;
}/pre
worked great, Thanks