Change footer nav bar font

Hello. I am attempting to change the font on my footer nav bar to match the header nav bar. I can change the text colours, the link colours, and what not but I can not find a way to change the font. The footer menu/nav bar is just a clone of the primary menu and I didn’t create it as a special one, it just shows up on its own when I click “footer menu on” in the theme options. In the theme options under HEADER there are options to tell the primary menu what fonts to use (headings, body, etc) but I can’t choose that for the FOOTER menu?
Please help, tried all pages where I feel this selection would be.
Thank You
www.thrive-life.ca

Hi @lindsayfaas,

Thank you for reaching out to us.

.x-colophon.bottom .x-nav li a {
    font-family: "Poiret One",display;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.085em;
    font-size: 15px;
}

Here are some related links for further reading:

Don’t forget to clear all caches including your browser’s cache after adding the code. Let us know how this goes!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.