You are here

README.txt in Entity background 7

The Color sub-module allows a user to add a background color to entities.

The module works by adding CSS directly into the HTML page.

`.paragraphs-item-2{background-color:#e823e8;}`

## Installation

**Make sure you have followed the instructions in README.txt in the parent module.**

The sub-module requires the following modules:

* [Libraries API](https://www.drupal.org/project/libraries)
* [jQuery colorpicker](https://www.drupal.org/project/jquery_colorpicker)

Enable:
`drush en entity_background_color`

File

module/entity_background_color/README.txt
View source
  1. The Color sub-module allows a user to add a background color to entities.
  2. The module works by adding CSS directly into the HTML page.
  3. `.paragraphs-item-2{background-color:#e823e8;}`
  4. ## Installation
  5. **Make sure you have followed the instructions in README.txt in the parent module.**
  6. The sub-module requires the following modules:
  7. * [Libraries API](https://www.drupal.org/project/libraries)
  8. * [jQuery colorpicker](https://www.drupal.org/project/jquery_colorpicker)
  9. Enable:
  10. `drush en entity_background_color`