Hello Tom,
I have the template with adons, but can not find the option “footer” in the Typography section.
I want to change the size and type of text.
I have also seen that the option copyright me not in the same place in your videos.
It is as if there were different menus ….
can you help me? π
You can change the typography for footer widget in Customizer > Typography > Widgets
The font family for the footer widget content is currently inherit from your site content (so whatever you set in Typography > Body).
If you would like to have different font family just for the footer widget, try this CSS:
.footer-widget {
font-family: /*font name here*/
}