by Marcel Pol
4.6 (20 reviews)
Zeno Font Resizer
Zeno Font Resizer allows the visitors of your website to change the font size of your text.
Compatible with WP 6.9.4
v2.0.0
Current Version v2.0.0
Updated 1 month ago
Last Update on 06 Apr, 2026
Refreshed 23 hours ago
Last Refreshed on
Rank
#3,021
—
No change
Active Installs
6K+
—
No change
KW Avg Position
8.5
—
No change
Downloads
124.6K
+27 today
Support Resolved
0%
—
No change
Rating
92%
Review 4.6 out of 5
4.6
(20 reviews)
Next Milestone 7K
6K+
7K+
238
Ranks to Climb
-
Growth Needed
8,000,000
Active Installs
Pro
Unlock Exact Install Count
See the precise estimated active installs for this plugin, calculated from real-time ranking data.
- Exact install estimates within tiers
- Track install growth over time
- Milestone progress predictions
Need 824 more installs to reach 7K+
Rank Changes
Current
#3,021
Change
Best
#
Downloads Growth
Downloads
Growth
Peak
Upgrade to Pro
Unlock 30-day, 90-day, and yearly download history charts with a Pro subscription.
Upgrade NowReviews & Ratings
4.6
20 reviews
Overall
92%
5
16
(80%)
4
2
(10%)
3
1
(5%)
2
0
(0%)
1
1
(5%)
Tracked Keywords
Showing 2 of 2| Keyword | Position | Change | Type | Updated |
|---|---|---|---|---|
| font resizer | 6 | — | Tag | 1 day ago |
| text resizer | 11 | — | Tag | 1 day ago |
Unlock Keyword Analytics
Track keyword rankings, search positions, and discover new ranking opportunities with a Pro subscription.
- Full keyword position tracking
- Historical ranking data
- Competitor keyword analysis
Track This Plugin
Get detailed analytics, keyword tracking, and position alerts delivered to your inbox.
Start Tracking FreePlugin Details
- Version
- 2.0.0
- Last Updated
- Apr 06, 2026
- Requires WP
- 4.1+
- Tested Up To
- 6.9.4
- PHP Version
- 7.0 or higher
- Author
- Marcel Pol
Support & Rating
- Rating
- ★ ★ ★ ★ ★ 4.6
- Reviews
- 20
- Support Threads
- 0
- Resolved
- 0%
Keywords
Upgrade to Pro
Unlock keyword rankings, search positions, and detailed analytics with a Pro subscription.
Upgrade NowSimilar Plugins
WP Adminify – White Label WordPress, Admin Menu Editor, Login Customizer
7K+ installs
#2,707
Master Addons For Elementor – Widgets, Extensions, Theme Builder, Popup Builder & Template Kits
30K+ installs
#964
404 to 301 – Redirect, Log and Notify 404 Errors
100K+ installs
#341
Embed Plus for YouTube Gallery, Livestream and Lazy Loading with Facades
100K+ installs
#355
Auto Image Attributes From Filename With Bulk Updater (Add Alt Text, Image Title For Image SEO)
100K+ installs
#426
Frequently Asked Questions
Common questions about Zeno Font Resizer
When you use a percentage, like 100% or 124%, it is dynamic and will follow (inherit) the font-size of the parent (and so up).
The same dynamic counts for setting in em.
I use font-size in rem in my theme, what do I do?
The font-size in rem is relative to the font-size of the root element. So you can go to the Settingspage of this plugin,
and set the html element as the element to change the font-size of (default since 1.4.4). Now your rem elements should follow the resizing.
How can I use the plugin without the widget?
Use this snippet of PHP code (in your theme or somewhere):
<?php
if (function_exists('zeno_font_resizer_place')) {
zeno_font_resizer_place();
}
?>
The same dynamic counts for setting in em.
I use font-size in rem in my theme, what do I do?
The font-size in rem is relative to the font-size of the root element. So you can go to the Settingspage of this plugin,
and set the html element as the element to change the font-size of (default since 1.4.4). Now your rem elements should follow the resizing.
How can I use the plugin without the widget?
Use this snippet of PHP code (in your theme or somewhere):
<?php
if (function_exists('zeno_font_resizer_place')) {
zeno_font_resizer_place();
}
?>
<?php
if (function_exists('zeno_font_resizer_place')) {
$font_resizer = zeno_font_resizer_place( false );
// do stuff with $font_resizer...
}
?>
if (function_exists('zeno_font_resizer_place')) {
$font_resizer = zeno_font_resizer_place( false );
// do stuff with $font_resizer...
}
?>
p.zeno_font_resizer > a {
color: blue;
}
On the widget I see text meant for screen-readers.
Your theme is missing some necessary CSS for '.screen-reader-text'. Please contact the maker of your theme.
More information can be found in the Handbook about Accessibility.
I want to use a shortcode in my content element
There is an additional plugin on Codeberg you can use for that.
color: blue;
}
On the widget I see text meant for screen-readers.
Your theme is missing some necessary CSS for '.screen-reader-text'. Please contact the maker of your theme.
More information can be found in the Handbook about Accessibility.
I want to use a shortcode in my content element
There is an additional plugin on Codeberg you can use for that.