By drgonzo121 on
Hello,
This means that if you make any manual changes to your theme's style.css file, you must save your color settings again, even if they haven't changed. This causes the color module generated version of style.css in the files directory to be recreated using the new version of the original file.
So when http://www.psy.cc/node/542 the h1 tag is 1.3em, in the themes/pixture/style.css it's 2.0em ....
even when resaving color scheme in themes settings ... it just stays 1.3em... (sites/default/files/picture/
any one any idea?
when i use firebug
it says http://www.psy.cc/sites/default/files/color/pixture-2eeed360/style.css?o
what stands the "o" for anyway?
what am i doing wrong?
thanks
Comments
In your sites/files
In your sites/files directory, you should have two folders: color and CSS. Try deleting all the files in the CSS directory, while keeping your color scheme and the color module activated. NOTE: You may lose all formatting until you resave your color scheme under admin/build/themes.
i don't see any css directory
i don't see any css directory in http://www.psy.cc/sites/default/files/
should i create it and see what happens?
thanks
No, I don't think that's a
No, I don't think that's a good idea. Usually themes that use the color module cache the style sheets. Sometimes you need to delete the cache to see your changes. Can you delete all the caches?
Hello, is that in the upper
Hello,
is that in the upper left in the admin menu "flush all caches" -> theme registry ?
but nothing happens ....
http://www.psy.cc/3200 it's
http://www.psy.cc/3200
it's quite simple:
i want
"3200 spiegelneuronen " the title to be larger ... now
.node h2.title {
font-size: 18px;
}
i hanged it to
.node h2.title {
font-size: 36px;
}
but nothing happens ...
-
Make these changes in style.css, flush your caches, and see if it works:
nope... think i'm gonna put
nope...
think i'm gonna put the css in there, and shut off the color module...
i guess it's been enough torture :-)
i disabled the colormodule
i disabled the colormodule and copied the css... justworking with the real emplate now everything ok, no need to flush (which didn't work anyway)
thanks anyway
HURAY FOR OBAMA !