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
- 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`