How To Make Footer Font Smaller?

Hi,

Is there any way to make the footer font smaller?

Thanks

Please share URL of your store. We will try to provide you with the CSS code

Hi, the url is https://www.tabania.com/

Thanks!

E.g. add the following code to the CSS section of the Theme editor

.tygh-footer .ty-footer-general__header span {
    font-size: 16px;
}
.tygh-footer .ty-footer-menu__item a {
    font-size: 12px;
}