Hi!
Yes, the background color can be changed in the templates "custom.css" file.
The corresponding class is:
| Code: |
.logo {margin:0px 0 20px 0; background-color:#e6673e; padding:60px 20px 59px 20px; border-bottom:1px solid #ff8963; }
|
The image/text angle can be changed in the templates "css3.css" file:
.logo h1, .header_int h1, .header_int_text {-webkit-transform: rotate(-10deg); -moz-transform: rotate(-10deg);-ms-transform: rotate(-10deg);-o-transform: rotate(-10deg);transform: rotate(-10deg);}
Just remove the ".logo h1," classname at the beginning to remove the 10° rotation