Hi there,
I am loving this theme. I have made a subtheme, and followed the README instruction to bring the color aspect over to my sub-theme. I am able to make my color changes in the admin, but when I save them nothing changes. It just stays in the default, tan.

When I do this under "Sky" itself (no sub-theme) it works perfectly, and updates the frontend.

I assume that I am doing something wrong. I'd love a point in the right direction if anyone has the chance.

Thanks in advance.

Comments

Jeff Burnz’s picture

Did you make any changes in any of the color files, e.g. in color.inc or colors.css ?

Did you check in the file system if the new color files are being saved?

bohara’s picture

I moved the color.css & custom.css into a css directory and now it is working. You might make a note of that in the README file. Thanks again. I really like this theme.

bohara’s picture

It is working now. BUt I get the following notice:

Notice: Undefined index: base in _color_rewrite_stylesheet() (line 448 of /Applications/MAMP/htdocs/drupal7/modules/color/color.module).

Not sure if that is helpful to you or not.

Lefteris’s picture

I would like to second the above statement. Thank you for making the sky theme. I am experimenting with it to see if it fits my website. I had the same issue as the above poster but creating a css folder inside the sub-theme's root folder and dropping custom.css and color.css seems to have solved the problem.

Hope this helps