Page 1 of 1

How to change the font size of the IONIC Header text?

Posted: Tue Nov 15, 2016 3:30 pm
by Andy Parker

Any idea how I change the font size for the IONIC header please?

I've tried applying CSS to the header by simply entering the following as a CSS class, but it seems to ignore the font settings (the background works).

code
.indextitle_css {
font-family: "Verdana" !important;
font-size: 20vh !important;
font-weight: bold !important;
margin: 0 !important;
background: linear-gradient(#116bc4, white) !important;
}
/code


How to change the font size of the IONIC Header text?

Posted: Wed Nov 16, 2016 12:36 pm
by Serhii Kulibaba

Hello Andy,

Please use CSS below for that:
pre.bar .title {
font-size:22px;
}/pre


How to change the font size of the IONIC Header text?

Posted: Thu Nov 24, 2016 3:36 pm
by Andy Parker

many thanks!


How to change the font size of the IONIC Header text?

Posted: Tue Oct 24, 2017 5:41 pm
by Eddie Gouveia

That help me so much. Thank you so much