Skip to content

This Joomla plugin lets you load a custom.css / custom.min.css when the template does not support that out of the box.

Notifications You must be signed in to change notification settings

zero-24/plg_system_customcss

Repository files navigation

CustomCSS Plugin

This Joomla plugin lets you load a custom.css / custom.min.css when the template does not support that out of the box.

Feature

This plugin checks whether a custom.css (or custom.min.css) file exists at /templates/"templatename"/css or /administrator/templates/"templatename"/css. If present, it will be loaded to the site.

  • With a custom.css you can overwrite the template css files.
  • This file will not be touched by an update.
  • To use the plugin please activate it. Control Pannel --> Extensions --> Plugins --> System - Template custom.css.

Configuration

Initial setup the plugin

Now the inital setup is completed and you can create the files in the tempalte.

Update Server

Please note that my update server only supports the latest version running the latest version of Joomla and atleast PHP 7.0. Any other plugin version I may have added to the download section don't get updates using the update server.

Issues / Pull Requests

You have found an Issue, have a question or you would like to suggest changes regarding this extension? Open an issue in this repo or submit a pull request with the proposed changes.

Translations

You want to translate this extension to your own language? Check out my Crowdin Page for my Extensions for more details. Feel free to open an issue here on any question that comes up.

Joomla! Extensions Directory (JED)

This plugin can also been found in the Joomla! Extensions Directory: CustomCSS by zero24

Release steps

  • build/build.sh
  • git commit -am 'prepare release CustomCSS 3-x'
  • git tag -s '3-X' -m 'CustomCSS 3-x'
  • git push origin --tags
  • create the release on GitHub
  • git push origin master

Crowdin

Upload new strings

crowdin upload sources

Download translations

crowdin download --skip-untranslated-files --ignore-match

About

This Joomla plugin lets you load a custom.css / custom.min.css when the template does not support that out of the box.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published