Customize

Customize title logo color and size

By default the title and subtitle have the same colors of the body text.
If you want change the color of title add this code in the appearance > customize > custom css.

#logo h1 a {
 text-transform: none;
 font-size: 80px;
 color: #dadada !important;
 }
#logo h1 a:hover {
 color: #000 !important;
 }