• Skip to main content
  • Skip to forum navigation

StudioPress

  • Shop for Themes
  • My StudioPress

Forum navigation

  • Home
  • General Genesis Discussions
  • StudioPress Themes
  • Genesis Blocks
    • Genesis Blocks
    • Genesis Custom Blocks
  • Retired Themes
  • FAQs
  • Forum Rules
  • Internationalization and Translations
  • Forum Bugs and Suggestions
  • Forum Log In

Are You Using The WordPress Block Editor?

Genesis now offers plugins that help you build better sites faster with the WordPress block editor (Gutenberg). Try the feature-rich free versions of each plugin for yourself!

Genesis Blocks Genesis Custom Blocks

Header Image and Tagline Text in Executive Pro Theme

Welcome!

These forums are for general discussion on WordPress and Genesis. Official support for StudioPress themes is offered exclusively at My StudioPress. Responses in this forum are not guaranteed. Please note that this forum will require a new username, separate from the one used for My.StudioPress.

Log In
Register Lost Password

Community Forums › Forums › Archived Forums › General Discussion › Header Image and Tagline Text in Executive Pro Theme

This topic is: resolved

Tagged: executive pro, header image, tagline

  • This topic has 5 replies, 2 voices, and was last updated 11 years, 4 months ago by Aryadne.
Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • December 27, 2013 at 9:21 pm #81495
    Aryadne
    Member

    Is there a way to include both the header image and the tagline text in the Executive Pro theme?

    I think this is available with other themes but I can't find it in the Executive theme.

    http://webnetcontractors.com/
    December 27, 2013 at 11:44 pm #81509
    nutsandbolts
    Member

    You could reposition .site-description with CSS to have it show under the image, but generally it's probably better (and easier) to add the tagline to the image itself.


    Andrea Whitmer, Owner/Developer, Nuts and Bolts Media
    I provide development and training services for designers • Find me on Twitter and Google+

    December 28, 2013 at 12:48 pm #81619
    Aryadne
    Member

    I was trying to use CSS. But even when I reposition it, it's not displaying. When I use Firebug to look at the code, I see the HTML for the tagline ( <p class="site-description" itemprop="description">We Build Websites with Solid Foundations</p>) and the box for it highlights on the screen but the text is not visible. I can't find any CSS that's preventing it from displaying.

    I want to use text rather than the image for SEO reasons.

    December 28, 2013 at 12:49 pm #81620
    nutsandbolts
    Member

    Remove this from your functions.php:

    //* Remove the site description
    remove_action( 'genesis_site_description', 'genesis_seo_site_description' );

    Andrea Whitmer, Owner/Developer, Nuts and Bolts Media
    I provide development and training services for designers • Find me on Twitter and Google+

    December 28, 2013 at 1:07 pm #81623
    Aryadne
    Member

    I figured it out!!!

    I did what you mentioned and it brought the code back but it still didn't display.

    I finally found the CSS that was preventing it from displaying (sometimes it just takes a good night sleep to figure things out):

    Under "/* Full width header, no widgets */"

    CHANGE THIS

    .header-image .site-description,
    .header-image .site-title a {
    	display: block;
    	text-indent: -9999px;
    }

    TO THIS

    .header-image .site-title a {
    	display: block;
    	text-indent: -9999px;
    }
    
    .header-image .site-description {
    	text-indent:: -9999px;}
    
    .site-description {
    	display:inline;}

    Under "/* Logo, hide text */"

    CHANGE THIS

    .header-image .site-description,
    .header-image .site-title a {
    	display: block;
    	text-indent: -9999px;
    }

    TO THIS

    .header-image .site-title a {
    	display: block;
    	text-indent: -9999px;
    }
    
    .header-image .site-description {
    	text-indent:: -9999px;}
    
    .site-description {
    	display:inline;}

    How I didn't see this before, I don't know.

    Thanks for your help!

    December 28, 2013 at 1:30 pm #81629
    Aryadne
    Member

    Actually, it's best to use inline-block instead of inline so that the element forces the main content down.

  • Author
    Posts
Viewing 6 posts - 1 through 6 (of 6 total)
  • The forum ‘General Discussion’ is closed to new topics and replies.

CTA

Ready to get started? Create a site or shop for themes.

Create a site with WP EngineShop for Themes

Footer

StudioPress

© 2025 WPEngine, Inc.

Products
  • Create a Site with WP Engine
  • Shop for Themes
  • Theme Features
  • Get Started
  • Showcase
Company
  • Brand Assets
  • Terms of Service
  • Accptable Usse Policy
  • Privacy Policy
  • Refund Policy
  • Contact Us
Community
  • Find Developers
  • Forums
  • Facebook Group
  • #GenesisWP
  • Showcase
Resources
  • StudioPress Blog
  • Help & Documentation
  • FAQs
  • Code Snippets
  • Affiliates
Connect
  • StudioPress Live
  • StudioPress FM
  • Facebook
  • Twitter
  • Dribbble