You can resize your logo within the following file path –> /templates/ja_university/css/template.css
at line 969, you will see the following:
h1.logo a {
background: url("../images/logo.png") no-repeat scroll left center rgba(0, 0, 0, 0);
display: block;
height: 56px;
width: 220px;
}
As you can see, this is the CSS rule in which you can adjust the height and width of your logo div
To change the color of your header, look to the same file path
at line 948, you will see the following:
#ja-header {
background: none repeat scroll 0 0 #10151C
border-bottom: 1px solid #000000
}
Modify the color hex code (from #10151C) to the color you wish
For assistance in identifying color hex codes,