Dessky Custom CSS

Описание

Dessky Custom CSS is the lightweight plugin that allows you to add custom CSS that overrides Plugins and Theme’s default styles. This plugin is built to allow admins to add their own CSS to their WordPress website without editing theme or plugin files. Plugin is specially designed not to drain any resources from your website and to be as simple as possible.

This plugin was developed by Dessky Team.

Dessky Team does not provide support for the Dessky Custom CSS on the WordPress.org forums. In order to get support or make a suggestion from a Dessky Team you will have to Join Our Open Community and Start a Discussion.

DISCUSS WITH THE DESSKY TEAM

JOIN OUR OPEN COMMUNITY: The purpose of this open community is to have a collective place where the community can help each other, and we can get some feedback to improve Dessky Custom CSS as well. Joining the community is also a great way to connect with like-minded people and share your experience.

You can also GET THE PREMIUM SUPPORT

User Documentation: Although Dessky Custom CSS is already easy to set up, we’ve put together tutorials, guides, and some knowledge bases to help you set up and get started with it.

I have further questions, how do I contact you?

Please fill up the contact form and we would be more than happy to assist.

Features

  • Lightweight and without any impact on site performance
  • Simple interface built on WordPress UI
  • Useful Code Syntax Highlighter
  • No configuration needed
  • No complicated database queries
  • Allows Administrator access on Multisite

Credits

Dessky Custom CSS is based on the ‘Simple Custom CSS’ plugin developed by John Regan and Danny van Kooten.

CodeMirror is an open-source project shared under the MIT license.

Часто задаваемые вопросы

Will this Plugin work on my WordPress.com website?

Sorry, this plugin is available for use only on self-hosted (WordPress.org) websites.

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.

Отзывы

Посмотреть 1 отзыв

Участники и разработчики

«Dessky Custom CSS» — проект с открытым исходным кодом. В развитие плагина внесли свой вклад следующие участники:

Участники

Перевести «Dessky Custom CSS» на ваш язык.

Заинтересованы в разработке?

Посмотрите код, проверьте SVN репозиторий, или подпишитесь на журнал разработки по RSS.

Журнал изменений

1.1

  • Various improvements

1.0

  • Initial Release