Increase Zelle Menu Font Size
Important notice: This product is now in maintenance mode and is no longer being actively developed or supported. Updates and bug fixes will not be provided unless they relate to security concerns.
If you would like to increase the menu items size in Zelle then you can add the following CSS to your WordPress. In case you don't have a CSS plugin, we advise you install Advanced CSS Editor plugin and follow the instructions. In Appearance -> Customize -> Advanced CSS Editor add the following code in the Global CSS area:
.navbar-inverse .navbar-nav>li>a{ font-size: 20px; }
Adjust the font size as needed and save your changes.