Closed (fixed)
Project:
Pixture Reloaded
Version:
7.x-3.x-dev
Component:
User interface
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
15 May 2012 at 13:16 UTC
Updated:
30 May 2012 at 09:30 UTC
I keep getting this message when I try to set the background color to "transparent" for the Standard Layout color scheme.
Footer top must be a valid hexadecimal CSS color value.
Comments
Comment #1
Jeff Burnz commentedYou can do this in the theme, in fact you have to, Drupal core won't let you use anything other than a #hex color (its a security issue, to prevent against a possible XSS vulnerability).
Comment #2
Jeff Burnz commentedSince you are using 7.x-3.x you could add this using the Custom CSS feature in Extensions. Let us know if you need more help.