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

bwv’s picture

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.

drgonzo121’s picture

i don't see any css directory in http://www.psy.cc/sites/default/files/

should i create it and see what happens?

thanks

bwv’s picture

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?

drgonzo121’s picture

Hello,

is that in the upper left in the admin menu "flush all caches" -> theme registry ?

but nothing happens ....

drgonzo121’s picture

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

bwv’s picture

Make these changes in style.css, flush your caches, and see if it works:

.node h2.title {
border-bottom:1px solid #B8B8B8;
margin:0;
padding-bottom:16px;
padding-top:0;
}

.node h2.title {
font-size:36px;
}
drgonzo121’s picture

nope...

think i'm gonna put the css in there, and shut off the color module...

i guess it's been enough torture :-)

drgonzo121’s picture

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 !