Andy Parker
Posts: 0
Joined: Wed Mar 27, 2013 10:21 am

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

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

Serhii Kulibaba
Posts: 150
Joined: Tue Aug 27, 2013 1:47 pm

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

Hello Andy,

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

Eddie Gouveia
Posts: 0
Joined: Tue Oct 24, 2017 5:40 pm

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

That help me so much. Thank you so much

Return to “Issues”