Where do the edit the CSS on the Silence theme?
Permalink
Hi - I'm working on the Silence theme and can't for the life of me find where I should be editing the CSS. I've posted this in the forum as I can't wait any longer for the theme builder. Firebug is saying that the CSS is housed here /tools/packages/theme_silence/blender.css?c=1&mobile=false but it looks like this is a bit of dynamic code. I have tried editing the obvious one style.css. But it doesn't change on the site.
Any idea anyone? - getting desperate now as I can't really start on this job until I know..
Any idea anyone? - getting desperate now as I can't really start on this job until I know..
Yep, blender.css is the file.
I do recommend that you fork it properly, though.
See this how-to:
http://www.concrete5.org/documentation/how-tos/designers/modify-a-p...
I do recommend that you fork it properly, though.
See this how-to:
http://www.concrete5.org/documentation/how-tos/designers/modify-a-p...
yes this is what I thought but I can't seem to to find it in the package at all...
This is what the developer said before he went silent...
Blender is just a script that compile all css file in one. You can find it in theme_silence/tools/blender.js.php. This file call another in elements/blender_code.css.php
But i think that is not what you search..?
Blender is just a script that compile all css file in one. You can find it in theme_silence/tools/blender.js.php. This file call another in elements/blender_code.css.php
But i think that is not what you search..?
Not very helpful... :(
Looks like the base css files are in this directory: /public_html/bmcNew/packages/theme_silence/themes/silence/css
static.css seems to be the main one
I would strongly urge you to fork it properly, as is explained in this how-to:http://www.concrete5.org/documentation/how-tos/designers/modify-a-p...
And make any changes only in your copied theme directory, that would over-ride the package.
Good luck!
static.css seems to be the main one
I would strongly urge you to fork it properly, as is explained in this how-to:http://www.concrete5.org/documentation/how-tos/designers/modify-a-p...
And make any changes only in your copied theme directory, that would over-ride the package.
Good luck!
Though, you really should post this in the support section of the theme page itself, in the marketplace.