Описание
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
Скриншоты
Установка
Install Super Custom CSS just as you would any other WP Plugin:
-
Download Super Custom CSS from WordPress.org.
-
Unzip the .zip file.
-
Upload the Plugin folder (super-custom-css/) to the wp-content/plugins folder.
-
Go to Plugins Admin Panel and find the newly uploaded Plugin, «Super Custom CSS» in the list.
-
Click Activate Plugin to activate it.
Часто задаваемые вопросы
-
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.
-
Отзывы
Участники и разработчики
«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