Looking to display the site description text below the site title in your Genesis site’s header? Chances are, it is present in the HTML markup but hidden via CSS. For example, in Genesis Sample 2.6.0 locate .site-description, .wp-custom-logo .site-title { border: 0; clip: rect(0, 0, 0, 0); height: 1px; overflow: hidden; position: absolute !important; width: […]
tagline
How to link Tagline to Site URL in Genesis
Want to make the site description clickable to the homepage? Here’s one way in which this can be done. add_filter( ‘genesis_markup_site-description_open’, ‘insert_html_opening_site_description_markup’, 10, 2 ); /** * Appends HTML to the opening markup for .site-description. * * @param string $open_html HTML tag being processed by the API. * @param array $args Array with markup arguments. […]
How to display site Tagline in eleven40 Pro only on homepage
To view the full content, please sign up for the membership. Already a member? Log in below or here. Username Password Remember Me Forgot Password
How to show Page/Post title in Site Tagline Left area of Minimum Pro
By default site tagline will appear in .site-tagline-left div below the site title on inner pages in Genesis child theme, Minimum Pro. If you would like to show the Page or Post title here instead of site tagline for static Pages and single Posts with the tagline appearing everywhere else, follow along. Screenshot of a […]
Recent Comments