If you want to change the background of any element on your site, first of all, find its selector. Then go to
Appearance > Theme Options > Code > Custom CSS. and put code adequate to your element:
Example
1 2 3 |
h1 { font-size: 58px; } |