Customizing Filter Font Size

You can easily adjust the font size of your gallery filters in Modula by using custom CSS. This guide will walk you through the step-by-step process of customizing the filter font size through the WordPress Customizer.

Head over to your WordPress dashboard > Appearance > Customize > Additional CSS > add this code:

html body .modula > .filters .modula_menu__link { font-size: 30px; }

This CSS code will change the font size of your gallery filters to 30 pixels. You can replace ’30px’ with the specific font size you prefer.

Was this article helpful?

Related Articles

Leave a Reply

Your email address will not be published. Required fields are marked *