• 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

Minimum Pro trying to remove tagline section

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 › Design Tips and Tricks › Minimum Pro trying to remove tagline section

This topic is: not resolved

Tagged: minimum pro, tagline

  • This topic has 6 replies, 3 voices, and was last updated 5 years, 3 months ago by [email protected].
Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • July 1, 2020 at 3:13 pm #499796
    addiesgram
    Participant

    I've researched and tried a couple of approaches to removing the tagline section from the MP theme, including removing this from functions php:

    //* Add the site tagline section
    add_action( 'genesis_after_header', 'minimum_site_tagline' );
    function minimum_site_tagline() {
    
    	printf( '<div %s>', genesis_attr( 'site-tagline' ) );
    	genesis_structural_wrap( 'site-tagline' );
    
    		printf( '<div %s>', genesis_attr( 'site-tagline-left' ) );
    		printf( '<p %s>%s</p>', genesis_attr( 'site-description' ), esc_html( get_bloginfo( 'description' ) ) );
    		echo '</div>';
    	
    		printf( '<div %s>', genesis_attr( 'site-tagline-right' ) );
    		genesis_widget_area( 'site-tagline-right' );
    		echo '</div>';
    
    	genesis_structural_wrap( 'site-tagline', 'close' );
    	echo '</div>';
    
    }

    which sinks the header image below the footer.

    Also tried modifying css:

    .site-tagline {
    	background-color: #fff;
    	border-bottom: 0px solid #fff;
    	padding: 30px 0;
    	padding: 3rem 0;
    }

    which removed the background color of the tagline section but did not remove the tagline.

    And tried adding this css:

    .site-tagline {
       display: none;
    }

    This, too, sinks the header image below the footer.

    Does anyone have a successful solution to removing the tagline area from Minimum Pro?

    TIA

    https://inkindwebdesign.com
    July 2, 2020 at 2:26 pm #499850
    addiesgram
    Participant

    Can anyone help with this?

    July 7, 2020 at 7:24 pm #500003
    addiesgram
    Participant

    {...sound of crickets}

    July 7, 2020 at 7:25 pm #500004
    addiesgram
    Participant

    OK, well, I've had to move on with a different theme

    July 8, 2020 at 10:37 am #500019
    andytc
    Participant

    Have you tried this in custom CSS ? -

    .site-description {
     display: none;
    }
    July 8, 2020 at 5:18 pm #500027
    addiesgram
    Participant

    Hi andytc, thanks -- I had to move forward with a different theme. I think I actually did try that code though.

    July 17, 2020 at 9:29 am #500155
    [email protected]
    Member

    Thanks 🙂.

  • Author
    Posts
Viewing 7 posts - 1 through 7 (of 7 total)
  • The forum ‘Design Tips and Tricks’ 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