hi,

Do any know how to change the background pale green color of acquia marina theme to a different color? is it possible ?

Comments

masher’s picture

Is it line 429 in style.css ?

#main-wrapper {
  background: #F4F7E7 url('images/content-gradient.png') repeat-x 0 1px;
  padding-left: 15px;

Just working on an adapt of that one myself.

Change the background-color (#F4F7E7), change or delete the background image ('images/content-gradient.png')