Site logo

Archived topic

copyright???

3 replies · Started by Eva on January 11, 2017

Viewing posts 1–4 of 4

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? ;)

Hi Eva,

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*/
}

Adding CSS: https://docs.generatepress.com/article/adding-css/

Let me know if you need more info.

Ok, thanks Leo! :)

You're welcome :)

This archived topic is closed to new replies.