🎉 Double storage, double possibilities : Enjoy 2x storage with all our plans now at no additional cost.

Simple Custom CSS and JS

Easily add Custom CSS or JS to your website with an awesome editor.
By submitting this form you agree to our Terms & Conditions

Plugin Information

Customize your WordPress site’s appearance by easily adding custom CSS and JS code without even having to modify your theme or plugin files. This is perfect for adding custom CSS tweaks to your site.

SilkyPress.com  
  • Version
    3.44
  • Last updated
    6.3
  • Active Installations
    500000
  • Tested up to
    6.3
  • WP Version
    3.0.1
  • PHP Version
    5.2.4

Reviews

I love this plugin. Standard on all sites I build.

By robmaric on May 23, 2023

I install it on every site I build. Does the job well.

Good Except Can't Name Files (4567.css etc)

By dbareis on February 11, 2023

When saving CSS as external file, I'm disappointed that you can't name the css file, you can change the permalink and then a duplicate CSS file is created with the name but it is still not used by this plugin.

It is much better than Jetpack's version which is horrible.

I have now stopped using it as it also forces you to load the CSS where I needed to conditionally include it, I am now using a text editor, FTP, and wp_enqueue_style() in a child functions.php. Much easier (at least after working it out), the below code added before the html header started (not sure if that matters):

//===========================================================================
function CompanyHeaderAssets()
//===========================================================================
{
    //--- Main Company CSS ------------------------------------------------
    $CssDir  = 'https://instawpcom.b-cdn.net/wp-content/themes/oceanwp-child-theme-master/';
    $CssName = 'Company CSS for Dynamic Pages.css';
    wp_enqueue_style("CompanyCss4All", "{$CssDir}{$CssName}", '', time());

    //--- Main Company CSS 4 ADMINS ---------------------------------------
    if  (IsCompanyVolunteer())
    {
        //--- Not displaying to visitors ------------------------------------
        $CssName = 'Company CSS for Image Gallery Metadata Tooltips (Volunteers Only).css';
        wp_enqueue_style("CompanyCss4StaffOnly4ImageMetadata", "{$CssDir}{$CssName}", '', time());
    }
}
add_action( 'wp_enqueue_scripts', 'CompanyHeaderAssets' );

Повалил сайт

By artem9223 on January 27, 2023

Отличный плагин. Действительно ускоряет сайт, но перед установкой делайте резервную копию, может конфликтовать с другими плагинами, но в целом достоит внимания. БД хорошо чистит от мусора.

Czech language

By radeklahoda on December 25, 2022

mohu pomoci přeložit

Yes, that's what we need

By perthykjaerjensen on September 17, 2022

This plugin is very effective. Thank you for this excellent work. One innovation I could wish for in the upcoming versions of the plugin would be to add HTML-elements to the <head> section. When we import CDNs or scripts such a feature would come in handy.

JS File read as HTML File

By suhendrayohanaputra on September 9, 2022

Hello, I think there's an issue, when I click hyperlink of JS File, it's not showing as JS File but html file.

+1

By botob on July 1, 2022

Plugin do everything from description and doing it enough good.

Einfach Genial

By Lorenz Kranner (conair) on May 4, 2022

Sehr guttes un brauchbares Tool. Feines und ohne großen Aufwand zu Bedienen. Danke

Great plugin!

By borseba on April 21, 2022

This plugin is excellent. The only thing missing is the ability to add functions to avoid having to enter the child theme (to edit functions.php).

Works ok, but...

By Lazylonewolf on February 11, 2022

I was hoping this can replace the Customizer's Custom CSS, but... My styling is working for the most part after completely erasing the Custom CSS and replacing it with this. However, my styling for the #header's @media screen and (max-width:980px) just doesn't work for some reason, yet it works in Customizer's Custom CSS. It keeps using the #header's default size. I dunno if this is an issue of cascade priority or not. As I'm not sure what CSS isn't working because of this plugin and I have no time to recheck everything, I guess I'll return to using the Customizer.

Downloads Trend

Screenshots

Are you the author of this plugin, Claim this page

Explore other WordPress plugins

WPCode – Insert Headers and Footers + Custom Code Snippets – WordPress Code Manager

Easily add code snippets in WordPress. Insert header and footer scripts, add PHP code snippets with conditional logic, insert ads pixel code, and more …

The Events Calendar

The Events Calendar is the number one calendar plugin for WordPress. Easily create and manage events (including virtual events!) on your WordPress sit …

Widget Importer & Exporter

Import and export your widgets.

Force Regenerate Thumbnails

Delete and REALLY force thumbnail regeneration.