• 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

Hide Tagline area Minimum Pro

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 › Hide Tagline area Minimum Pro

This topic is: not resolved

Tagged: minimum pro, site tagline

  • This topic has 1 reply, 2 voices, and was last updated 11 years, 11 months ago by AustinMcConnell.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • March 20, 2014 at 4:10 pm #95888
    bconley
    Participant

    Is it possible to hide the tagline area in Minimum Pro on smaller devices? I have it hidden on my inner pages on desktops but not the home page. But it still shows up on mu iPhone.

    http://192.185.163.135/~flag2/
    March 28, 2014 at 6:32 am #97106
    AustinMcConnell
    Member

    Hi bconley,

    That should be pretty easy to do. Here's how I would do it.

    In the Minimum Pro CSS file (located at ~/wp-content/themes/minimum-pro/style.css), you'll find a block of the following code:

    @media only screen and (max-width: 600px) {
    
    	.home-featured-1,
    	.home-featured-2,
    	.home-featured-3,
    	.home-featured-4 {
    		width: 50%;
    	}
    	
    	.home-featured .widget-area:nth-of-type(2n+1) {
    		clear: left;
    	}
    
    }

    add the following line of code so that the block looks like this:

    @media only screen and (max-width: 600px) {
    
    	.minimum .site-tagline {
    		display: none;
    	}
    	
    	.home-featured-1,
    	.home-featured-2,
    	.home-featured-3,
    	.home-featured-4 {
    		width: 50%;
    	}
    	
    	.home-featured .widget-area:nth-of-type(2n+1) {
    		clear: left;
    	}
    
    }
    

    That will prevent the site tagline section from displaying on any screen with a width smaller than 600px.

    ~Austin


    WordPress website developer, travel enthusiast, coffee geek.
    Connect with me at austinmcconnell.info | Twitter | Google+

  • Author
    Posts
Viewing 2 posts - 1 through 2 (of 2 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

© 2026 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