How can I decrease footer link font size in Dawn template?

Hi there,

Wondering how to reduce font size in footer links in the Dawn template.

Would also like to have the “Subscribe” in Newsletter Signup match the links font size.

.footer-block__details-content .list-menu__item--link {
    font-size: 18px !important;
}

@GIREGGIA

Add this code on the section-footer.css

you can add the font size which you want.

thank you

Lovely, thx @Zworthkey . How can I match the “Subscribe” font in the footer to the size of the footer links?

label.field__label {
    font-size: 12px !important;
    text-align: center;
    margin-top: 4px !important;
}

Add this also.

thx @Zworthkey that worked!

I dont quite get it . If I want to change the font size in the footer … both for links , contacts, social media etc… headlines and descriptions. Where to add the code ? in sections footer.liquid and ?

?