statusnet
Discussions
Activity
Sign In
change the background color of #aside_primary
darretking
March 2010
in
Themes
I am trying to change the background color of
#aside_primary
code is
#aside_primary
background-color:#F1F1F1;
But if you change it in the css files, it is overwritten by the default value from the site
check out www.weddinic.com/community
Comments
aric
March 2010
try adding it to your config.php
// Sets the site's default design values
// $config['design']['backgroundcolor'] = '#F0F2F5';
// $config['design']['contentcolor'] = '#FFFFFF';
// $config['design']['sidebarcolor'] = '#CEE1E9';
// $config['design']['textcolor'] = '#000000';
// $config['design']['linkcolor'] = '#002E6E';
// $config['design']['backgroundimage'] = null;
// $config['design']['disposition'] = 1;
darretking
March 2010
Thanks for trying to help - but this did not work
It is frustrating that I cannot remove the background color of the right hand menu block
This is one of the last two items I need to fix before I let the website go live.
darretking
March 2010
Ahhhh - fixed
Sign In
or
Register
to comment.
Howdy, Stranger!
It looks like you're new here. If you want to get involved, click one of these buttons!
Sign In
Register
Categories
Recent Discussions
Activity
Categories
All Categories
2.3K
General
1.5K
Plugins
283
Themes
57
Installation
282
status.net service
117
Hosting
15
StatusNet Desktop
24
Powered by Vanilla
Comments
// Sets the site's default design values
// $config['design']['backgroundcolor'] = '#F0F2F5';
// $config['design']['contentcolor'] = '#FFFFFF';
// $config['design']['sidebarcolor'] = '#CEE1E9';
// $config['design']['textcolor'] = '#000000';
// $config['design']['linkcolor'] = '#002E6E';
// $config['design']['backgroundimage'] = null;
// $config['design']['disposition'] = 1;
It is frustrating that I cannot remove the background color of the right hand menu block
This is one of the last two items I need to fix before I let the website go live.