plugin-icon

Advanced Custom CSS for Elementor

제작자: Akash Patel·
Advanced Custom CSS for Elementor.
평가
5
버전
1.0
활성화된 설치 항목
40
최근 업데이트일
Nov 19, 2025
Advanced Custom CSS for Elementor

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 selector keyword 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:

  1. Select any widget.
  2. Open the Advanced tab.
  3. Scroll down to ACCE Custom CSS.
  4. Add your CSS using the selector keyword.

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.

무료유료 요금제에서
설치하면 WordPress.com 서비스 약관서드파티 플러그인 약관에 동의하게 됩니다.
테스트된 버전
WordPress 6.8.5
이 플러그인은 다운로드할 수 있으며 에서 사용할 수 있습니다.