Description
Unlock the power of global CSS and JavaScript snippets with Experceo Global JS/CSS Editor.
Perfect for admins and developers of all skill levels.
Use cases:
- Import and use external javascript libraries from CDN
- Show/Hide UI elements
- Change text font globally
Key features:
- Apply Global CSS styles
- Add Global JavaScript code
Notes:
CSS knowledge is required for styles customizations.
RequireJS knowledge is required to import external javascript libraries.
Pricing
Terms & Conditions
Support
In order to maintain this add-on as a free service, we offer support exclusively through email communication.
Reviews
Installation
By installing or downloading the App, you confirm that you agree with sharing your account data (name, email, phone, company and country) with the App Developer as their End User.
The App Developer will process your data under their privacy policy.
Go to System Settings -> ExpGlobalJSValue to update the global JavaScript script.
SweetAlert 2 Example:
window.Swal = lib;
window.Swal.fire("Hello World!")
});
Go to System Settings -> ExpGlobalCSSValue to update the global CSS styles.
Change the Top Shell Background Color Example:
#ShellHeader{ background-color:red!important; }