I am working on a header and subtitle over my header image. I am trying to increase the header subtitle font, but can't make it work. I changed the font size for header subtitle under typography but that did not change anything. Any assistance would be great. Thanks.
I hope you are having an awesome day and thanks for contacting us regarding your query.
You may add this to the Custom CSS Code section located by navigating to Appearance>General Settings>CSS/Script Related>Custom CSS Code from your WordPress Dashboard
body #page-header-bg .span_6 span.subheader { font-size: 20px!Important; /*you may change the number here to whatever font size you'd like*/ }
I am working on a header and subtitle over my header image. I am trying to increase the header subtitle font, but can't make it work. I changed the font size for header subtitle under typography but that did not change anything. Any assistance would be great. Thanks.
Hi Tim,
I hope you are having an awesome day and thanks for contacting us regarding your query.
You may add this to the Custom CSS Code section located by navigating to Appearance>General Settings>CSS/Script Related>Custom CSS Code from your WordPress Dashboard
body #page-header-bg .span_6 span.subheader {
font-size: 20px!Important; /*you may change the number here to whatever font size you'd like*/
}
Please let me know if that works :)
Cheers!
Thanks Andrew,
Worked like a charm!