Closed WASasquatch closed 9 years ago
See: themes/default/page/layout/contents.php
Ossn theme css files are dynamic, you can override the body color by adding code below in default.php :
body {
background: newhex !important;
}
That CSS is in default.php
It's overwrited by inline code. Maybe in layout/contents.php
but that is silly. It should be a container and themed in default.php IE #wall-container {}
@WASasquatch, i agree, that should be in default.php, we are working on new theme and that inline code will be removed from it.
Why is it I have a
default.php
theme file, yet changing something as simple as the background color is overwritten by a inline background_default.php_
Overwritten somewhere inline on line 113
Sorta defeats the whole purpose of the theme.