@luismarioochoa: Thanks for your support and purchasing Catch Box Pro theme.
1. Remove the grey frame around the body of the website.
– This can be done through “Appearance => Theme Options => Color Options => Custom Color”. There you can change “Content Background Color” to white and save it.
2. Center the “Copyright © 2014 Luis Mario Ochoa. All Rights Reserved” info on the bottom of the page.
– You can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
#site-generator .copyright {
margin: 0 auto;
text-align: center;
width: 100%;
}
3. Remove the three grey horizontal lines at the bottom of the page that serve to separate the body and footer.
– You can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
.hentry, .no-results, #author-info, #disqus_thread,
#content .error404, #colophon, #site-generator {
border: none;
}