Hi Lauren,
Here are quick steps to get the desired effect that you wanted:
- Navigate to Customize > Advanced > Custom CSS.
- Paste the following code in there.
ol#posts li.post, .notesCon {
background-color: #fff !important;
margin-bottom: 25px;
}
#mainContent {
background-color: transparent;
-webkit-box-shadow: 0px 0px 0px 0px transparent;
-moz-box-shadow: 0px 0px 0px 0px transparent;
box-shadow: 0px 0px 0px 0px transparent;
}


