How to change default footer font & size

I read all the documentation, googled for an hour, checked this forum and am now tearing my hair out but still can’t find this out. I found it out for the header but not the footer.

How do you change the default footer font & size?

Hi @leonpress44,

I hope you are well today and thank you for your question.

You can try achieving this by adding the following CSS code in the Custom CSS option of the latest version of Sparkling theme on the below path.

Admin Area -> Appearance -> Customize -> Sparkling Options -> Other -> Custom CSS


#colophon .copyright {
    font-family: serif;
    font-size: 14px;
}

Change the font size and font family in the above code to whatever you want to set.

Best Regards,
Movin