Changing Bootstrap Theme background color from webapp

Hi,

I found a theme for my webapp which I like except for the background color, I would like to change the background color of the entire app. I tried changing the div color but the div only goes halfway down the page. Is there an easy way to switch the background color from the app?

-Cameron

put this in your css file

body {
  background-color: #color
}