change the background color of #aside_primary

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

  • 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;
  • 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.
  • 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 with Google Sign In with OpenID