Add Background Color To Title

Add the following CSS to put a box around your title

#wrap .entry-title {
    padding: 0.5em;
    background-color: #f7f7f7;
}

Screen Shot 2015-03-05 at 10.31.56 AM