Sample Image

1.) Go to the folder at your Webhosting panel and edit the code;
/home/thefor22/public_html/templates/beez3/css/personal.css
2.) Open the personal.css file and edit the code in red color below;
background-color:#fff;
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00D10B", endColorstr="#7E9609");
background-image: -khtml-gradient(linear, left top, left bottom, from(#FFE9B3), to(#DB15EE));
background-image: -moz-linear-gradient(top, #D12200, #7E9609);
background-image: -ms-linear-gradient(top, #F74315, #F74315);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #D12200), color-stop(100%, #D12200));
background-image: -webkit-linear-gradient(top, #D12200, #D12200);
background-image: -o-linear-gradient(top, #D12200, #D12200);
background-image: linear-gradient(#D12200, #D12200);
border-color: #00456b #7E9609 hsl(201, 100%, 16%);
color: #fff ;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.33);
-webkit-font-smoothing: antialiased;