a couple of pics have worked but now not the one i want.
also, how can i change font and font size of header and header description.
For change font - open "Font" tab on customize theme page.
For change font size - use CSS tab and write following code
#header h1 {
font-size: 2.0em !important; /* default size */
}
#header h2 {
font-size: 1.8em !important; /* default size */
}
Header description - it's "Wordpress Description" value - change it on page Settings -> General
You must log in to post.