This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

Super Custom CSS

چۈشەندۈرۈش

Super Custom CSS is a WordPress Plugin that allows to add custom CSS styles to override Plugin and Theme default styles. This plugin is built to allow administrators who would like to add their own CSS to their WordPress website.

ئالاھىدىلىكلەر

  • 5 Themes for CSS Editor
  • Beautifully Designed
  • Active Plugin Support
  • Useful Code Syntax Highlighter
  • No configuration needed
  • Simple interface built on WordPress UI
  • Virtually no impact on site performance
  • No complicated database queries
  • Thorough documentation
  • Allows Administrator access on Multisite

ئېكران كەسمىسى

  • Over All Layout of Custom CSS Editor.
  • Theme #1
  • Theme #2
  • Theme #3

ئورنىتىش

Install Super Custom CSS just as you would any other WP Plugin:

  1. Download Super Custom CSS from WordPress.org.

  2. Unzip the .zip file.

  3. Upload the Plugin folder (super-custom-css/) to the wp-content/plugins folder.

  4. Go to Plugins Admin Panel and find the newly uploaded Plugin, «Super Custom CSS» in the list.

  5. Click Activate Plugin to activate it.

More help installing Plugins

FAQ

My Custom CSS isn’t showing up

There are several reasons this could be happening:

  • Your CSS is targeting the wrong selector.

  • Your CSS selectors aren’t specific enough.

For instance, you may have:

a {
    color: #f00;
}

When you need:

.content a {
    color: #f00;
}

The specificity you need depends upon the CSS rules you are attempting to override.

  • Your CSS isn’t valid.

Please check your CSS at the W3C CSS Validation Service.

باھالاشلار

2016-يىلى 3-سېنتەبىر
Now I don't have to make the theme go crap by putting css code in header.php file 😀 Thanks. keep it updated please!
3 باھالاشنىڭ ھەممىنى ئوقۇش

تۆھپىكار ۋە ئىجادكار

«Super Custom CSS» كودى ئوچۇق يۇمشاق دېتال. تۆۋەندىكى كىشىلەر بۇ قىستۇرمىغا تۆھپە قوشقان.

تۆھپىكار

«Super Custom CSS» نى تىلىڭىزغا تەرجىمە قىلىڭ

ئىجادىيەتكە قىزىقامسىز؟

كودقا كۆز يۈگۈرتۈپ، SVN خەزىنە تەكشۈرۈپ ياكى RSSئارقىلىق ئىجادىيەت خاتىرىسىگە مۇشتەرى بولغىلى بولىدۇ.

ئۆزگىرىش خاتىرىسى

1.1

Tested with latest WordPress release.

1.0.1

Fixed some bugs.

1.0

Inital Release