Skip to content

Instantly share code, notes, and snippets.

@techmuzz
Created May 22, 2019 00:33
Show Gist options
  • Save techmuzz/0dce9001d3a3006e2ac53387811047a9 to your computer and use it in GitHub Desktop.
Save techmuzz/0dce9001d3a3006e2ac53387811047a9 to your computer and use it in GitHub Desktop.
function avatar_with_site_title() {
echo get_avatar( '[email protected]', 150 );
}
add_action( 'genesis_site_title', 'avatar_with_site_title', 0 );
.title-area img {
margin-top: auto;
margin-right: 20px;
margin-bottom: auto;
border-radius: 50%;
display: block;
}
.site-title {
line-height: 1.8;
font-size: 32px;
font-size: 3.2rem;
font-weight: 400;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment