Easy Custom JS and CSS

The simple way to customize your WordPress site

About

Often when a theme or plugin updates it overwrites an old version of styles. That means anything you'd customized right in the code would be lost, potentially breaking your site depending on just what you'd changed. WordPress Easy Custom JS & CSS plugin lets you add custom javascript code, css custom styles and html markup to your site separately.

If you don’t use a child theme and need to insert some customizations, you can take advantage of the inbuilt editor and easily insert custom css and js code into the header or footer. Once code is saved, it immediately influences the workings of your site.

Since the code contained within the plugin is separate from your theme, it will be unaffected by the theme updating. If you do break something playing around, all you have to do is go back into the plugin interface and change a wrong item.

Also the plugin has a powerful filter editor for creating complex rules. They are convenient to use when you want to include your custom code for a specific url, post, page, device, os, browser, also it will be useful to execute js or css at a concrete date, time, day of week and etc.

Well, it's a good theme and plugin customizer and a perfect solution to add additional styles and js codes to your site.

Features

  • Code editor with syntax highlighting
  • The rich filter builder to construct inclusion rules
  • Use inline embed method or include code as an external file
  • Custom css and js code can be in the header or footer area
  • Use custom code inside the user or admin side or both
  • Minify code to reduce file size
  • SCSS and LESS preprocessors
  • All editors use AJAX saving to avoid reloading
  • Create as many codes as you want
  • Easy Integration
  • Support

How To Use

WordPress Installation Instructions

  • Upload the entire plugin folder to the /wp-content/plugins/ directory.
  • Activate the plugin through the Plugins menu in WordPress admin.
  • Create a new custom code via builder, create a filter if you need it, activate your code.