To insert code use <code>...</code>.
Sidebar Color Change Question
  • Hi,

    I am trying to change the color of my sidebar. I have put in this code in my general custom CSS placeholder in the dashboard:

    #sidebar {
    background-color: #ffffff;
    }

    However, the white as you can see only covers the site partially and doesn't extend to the edges of the site. I want the white color to extend up to the header, down to the footer, and infinitely to the right. I don't want my sidebar widgets to be changed in width or height however.

    How would I do this? For further clarification, see the file attached.

    Any thoughts would be helpful.

    Thanks,

    WSS310
    Sidebar Color Question.pdf
    283K
  • 2 Comments sorted by
  • can you change the color of the body to white?

    body{
    background-color: #ffffff;
    }

    Would that work?
  • Hi WSS310,

    Sorry, i didn't know a solution for this if just using custom css code.

    Regards,
    KaptinLin