Àpèjúwe
Advanced Custom CSS for Elementor (ACCE) adds a dedicated Custom CSS section to the Advanced tab of every Elementor widget.
It lets you write clean, widget-scoped CSS using the selector keyword and provides separate fields for Desktop, Tablet, and Mobile styling.
No premium version required — works with both Elementor Free and Elementor Pro.
Perfect for users and developers who need fast, responsive CSS control directly inside the Elementor editor.
Features
- Adds a Custom CSS panel to all Elementor widgets.
- Separate CSS fields for Desktop, Tablet, and Mobile.
- Supports the
selectorkeyword for precise widget-only CSS. - Uses Elementor’s live preview for instant visual updates.
- Breakpoints can be customized with a simple filter.
- Lightweight, fast, and requires no additional settings.
Usage
In Elementor editor:
- Select any widget.
- Open the Advanced tab.
- Scroll down to ACCE Custom CSS.
- Add your CSS using the
selectorkeyword.
Example:
selector {
background: #f3f3f3;
border-radius: 8px;
}
Developer Notes
You can override the default breakpoints (Tablet: 768px, Mobile: 425px) using this filter:
add_filter(‘ACCE_custom_css_breakpoints’, function($defaults) {
return [
‘tablet’ => 900,
‘mobile’ => 600,
];
});
License
This plugin is licensed under the GPLv2 or later.
Ìgbéwọlẹ̀
- Upload the plugin folder to
/wp-content/plugins/. - Activate the plugin through the Plugins screen in WordPress.
- Open Elementor, select any widget, and go to Advanced > ACCE Custom CSS.
FAQ
-
Does it work with Elementor Pro?
-
Yes, it works with both Elementor Free and Elementor Pro.
-
Does it support live preview?
-
Yes. CSS updates appear instantly in Elementor’s visual editor.
Àwọn àgbéyẹ̀wò
Àwọn Olùkópa & Olùgbéejáde
“Advanced Custom CSS for Elementor” jẹ́ ètò ìṣàmúlò orísun ṣíṣí sílẹ̀. Àwọn ènìyàn wọ̀nyí ti ṣe ìkópa sí plugin yìí.
Àwọn OlùkópaTúmọ̀ “Advanced Custom CSS for Elementor” sí èdè rẹ.
Ṣe o nífẹ̀ẹ́ sí ìdàgbàsókè?
Ṣàwárí koodu, ṣàyẹ̀wò ibi ìpamọ́ SVN, tàbí ṣe àgbékalẹ̀ sí àkọsílẹ̀ ìdàgbàsókè nípasẹ̀ RSS.
Àkọsílẹ̀ àwọn àyípadà
1.0
Initial release with device-based CSS fields and breakpoint customization.




