I have not been succesful at changing the font size on the footer menu of my store, please help me.
see picture below.
A user needed help changing the font size in their DAWN theme’s footer menu.
Another community member provided a solution with step-by-step instructions:
Resolution: The solution successfully resolved the initial issue. The original poster then asked a follow-up question about increasing spacing between menu items, which remains unanswered in this thread.
Note: Some text in the conversation appears reversed/encoded, but the technical solution and outcome are clear.
I have not been succesful at changing the font size on the footer menu of my store, please help me.
see picture below.
Hi @US-SELFMADE
Do you mean the copy right? This one?

If it is check this one.
@media screen and (min-width: 750px){
.footer__copyright.caption a {
font-size: 1.1rem !important;
}
}

@media screen and (min-width: 750px) {
.footer-block.grid__item.footer-block--menu li {
font-size: 1.8rem !important;
}
}
Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!