change size of header text
Posted: Thu Aug 07, 2014 6:31 pm
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
Catch up wih the Appery.io community on our forum. Here you'll find information on the lastest questions and issues Appery.io developers are discussing.
https://forum.appery.io/
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