Responsive Code
/* Removes the white background issue on mobiles */ @media only screen and (max-width: 960px), (max-device-width: 960px){ [id*="jsn-content_inner"], [id*="jsn-maincontent_inner"] { background: transparent !important; } } @media only screen and (max-width: 960px){ #jsn-content #jsn-maincontent { background: transparent !important; } }
/* make all backgrounds yellow */ body, #jsn-header, #jsn-content, #jsn-content #jsn-maincontent, #jsn-content #jsn-leftsidecontent, #jsn-content #jsn-rightsidecontent { background-color: #FFFFCA; }