-
mgcaledonian13Asked on July 5, 2017 at 3:00 AM
Can the Header subtitle size be increased? if so what is the CSS for this?
-
HurricaneminReplied on July 5, 2017 at 3:36 AM
https://www.jotform.com/answers/270235-How-can-I-change-the-font-size-of-the-heading-
You might find several possible solutions to your problem here.
-
WilliamRReplied on July 5, 2017 at 4:37 AM
Yes, that can be increased the size of your heading. You can either use the predefined sizes of the header, which can be found under the Header properties.
Or you can use custom CSS to adjust the font-size manually.
.form-header {
font-size:50px;
}
Hope that helps. Let us know if you have any other concerns. -
mgcaledonian13Replied on July 6, 2017 at 2:44 AM
That is not really what I asked for, it was the CSS to change the size of the subtitle only.
Sussed it out with a clue got from your CSS above.
It was;
.form-header {
font-size : 22px;
color : #bd5302;
}and
.form-subHeader {
font-size : 19.5px !important;
font-weight : bolder;
color : #bd5302 !important;
}Thanks for pointing me in the right direction.
As an aside your CAPTCHA is most annoying I had to go through 4 Verifies - why!!Willy Scott
-
John_BensonReplied on July 6, 2017 at 3:38 AM
We will be addressing your issue on this thread: https://www.jotform.com/answers/1192295
Thank you.