Avada › Forums › Community Forum › How do I change the footer font size? › Reply To: How do I change the footer font size?
oh sorry i missread it. So headings are global, use css if you want changes only in footer.
it will be somethning like that
#footer h1 { /*similiar from h2 to h6*/ font-size: 1em; /*or whatever size you choose*/ }