Reply To: Changing Footer Text Font Size

Home Forums WordPress Themes – Premium Pure & Simple Changing Footer Text Font Size Reply To: Changing Footer Text Font Size

#15811
Shekhar Bhandari
Participant

Hi Rene,
Currently, We don’t have any customize settings to change the footer text font size. So If you want to change the font size of footer text you should write a custom CSS and put it into your child theme CSS file.

#site-footer {
      font-size: 1em;
}

Thank You.