background of sidebar

  • Unknown's avatar

    I want to put a solid colour as a background to my sidebar navigation as you can’t see it properly on the background I have chosen, how do I do this?

    The blog I need help with is: (visible only to logged in users)

  • Provided you have a Premium Plan or the Custom Design module (which will allow you to change the CSS for your blog), you can add something like the following CSS code:

    #secondary {
      background-color: #fff;
    }
  • The topic ‘background of sidebar’ is closed to new replies.