Closed (fixed)
Project:
Drupal core
Version:
6.14
Component:
color.module
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
23 Oct 2009 at 08:34 UTC
Updated:
10 Sep 2011 at 20:46 UTC
Can color.module be used to set the background color of the theme?
If not where can it be site directly, will it have to be in the CSS itself?
Comments
Comment #1
devin carlson commentedYes, the color module allows you to change the background color of a theme. Of course, your theme will have to support the color module in order to do this.
You can define a color in your color.inc file and then set the background color of the body element or any other element in your color.css file. Doing this will allow you to use the color picker on the theme administration page to dynamically set the background color.
See the Integrating color modulehandbook page for more information on how to integrate color module into your themes.