Here is the snippet about this small things. Adding My Avatar Before The Site Title add_action( ‘genesis_site_title’, ‘gd_add_my_avatar’, 9 ); function gd_add_my_avatar() { printf( ‘<div %s>’, genesis_attr( ‘my-avatar’ ) ); echo get_avatar( ‘ENTER YOUR EMAIL ID HERE’, 64 ); echo ‘</div>’; } Here 64 is the avatar size. You will adjust the avatar size by… Continue Reading
logo
Center Header Logo & Menu in Winning Agent PRO Theme
Currently Winning Agent PRO Theme is very popular for Real State site. I worked in one project and my client was wanting to center the logo & menu at Header. I did this by following tweaks .title-area { float: left; padding: 12px 0; width: 100%; } .header-image .site-title a { background-position: center center !important; }… Continue Reading