Hello,
Header background is in file style.css, find this part:
Code:
.headerrow {
background: rgba(237,32,32,.85);
min-height: 113px;
}
Background color is given in RGB format for transparency. If you don’t need background image, you can use plain color format, in example:
Code:
.headerrow {
background: #000000;
min-height: 113px;
}
Your company can be added for copyright in Theme Options > Features > Logo and Slogan (at the bottom). If you insist on removing our “designed by” backlink, you should edit file /wp-content/themes/wp_hot_churchly/index.php (around line 116).
Regards
Milos