An open API service indexing awesome lists of open source software.

https://github.com/kewljuice/be.ctrl.superstyler

Select custom & uploaded stylesheets for CiviCRM
https://github.com/kewljuice/be.ctrl.superstyler

civicrm civicrm-extensions

Last synced: about 2 months ago
JSON representation

Select custom & uploaded stylesheets for CiviCRM

Awesome Lists containing this project

README

        

# CiviCRM extension: SuperStyler

SuperStyler is a CiviCRM extension which let you manage css files in CiviCRM. Included are 2 stylesheets, you can upload your own by placing them in the css folder.
- [Installation](#installation)
- [Configuration](#configuration)

***

## Installation

- You can directly clone to your CiviCRM extension directory using

```$ git clone https://github.com/kewljuice/be.ctrl.superstyler.git```

- You can also download a zip file, and extract in your extension directory

```$ git clone https://github.com/kewljuice/be.ctrl.superstyler/archive/master.zip```

- Configure CiviCRM Extensions Directory which can be done from

```"Administer -> System Settings -> Directories".```

- Configure Extension Resource URL which can be done from

```"Administer -> System Settings -> Resource URLs".```

- The next step is enabling the extension which can be done from

```"Administer -> System Settings -> Manage CiviCRM Extensions".```

## Configuration

- The list of available stylesheets is available at ```"Administer -> CTRL -> SuperStyler"``` or **yoursite.org/civicrm/ctrl/superstyler**.

- There are 2 stylesheets included.

- To upload your own stylesheets place them within **css/** folder in the superstyler extension directory. (only files with the .css file extension are allowed)

- To see changes disable and then enable the extension.

***