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.
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;
}
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!