Hi there,
I’m using Airi free and have set the global fonts and colors as provided in the documentation. Now I’m experiencing issues in font in the footer widgets. How can I set the font size in the footer are for the text as well as the"quick links" menu items?
I managed to update the font size of the footer widget menu with custom CSS:
/* change footer menu font*/
.footer-widgets .widget .widget-title {
font-size: 20px !important;
}
However, I cannot change the font in the quick links as well as in the text. What would the class item be for these two types of “text”?