As of April 2026, Fundamento is a WordPress skin plugin with 70 active installations and a 5/5 rating from 2 reviews. It has been downloaded 9.0K+ times in total. Requires WordPress 5.2+ and PHP 7.4+. Available on WordPress.org since 2022. Last updated 1 year ago — may have compatibility concerns. Top alternative: Plyr.
Have you ever wanted to alter the way Elementor renders one of its widgets on your website?
Fundamento provides an easier way to achieve this by allowing you to inject extra CSS classes into Elementor’s widgets.
Tell Elementor that you have a new skin available by utilizing the following code in your functions.php file:
Add an action to initialize Fundamento, then add a call to Fundamento’s register_skin() function:
if(is_plugin_active('fundamento/fundamento.php')) {
function fundamento_init() {
// create a new Fundamento instance
$f = \Fundamento\Plugin::instance();
// register a new skin
$f->register_skin([
'name' => 'Red', // The name of your new skin,…| WordPress | 5.2+ requiredTested up to 6.7.5 |
| PHP | 7.4+ required |
Plugin data sourced from WordPress.org. Analysis and metrics by PluginSift.