Ahoy,
How do I change the link text size in the footer? I used this code to change the text but it did not change the links.
#top #wrap_all #footer .flex_column p{
font-size: 13px !important;
}
Hey mcraig77,
Please try this:
#footer a {
font-size: 13px !important;
}
Best regards,
Rikard
Thanks!