I figured it out. Try this and I hope it helps!
All I did is that I changed the circle and category to black; i couldn’t delete it for some reason.
.edit-link a {
color: #000;
font-size: 0px;
text-transform: uppercase;
}
.page-header h1 {
background: #000;
border-radius: 180px;
color: rgba(255,255,255,.13);
display: block;
font-size: 0rem;
line-height: 0px;
margin: 10px;
padding: 70px 20px 0;
width: 140px;
height: 110px;
text-align: center;
}
.page-header h1 span {
clear: both;
color: #fff;
display: block;
font-size: 24px;
font-size: 2.4rem;
}