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