• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar

WP SITES

2784

Original Genesis Tutorials & 6000+ Guaranteed Code

Snippets

  • Consultation
  • Full Access
  • Log in

How To Remove The Tagline From The Minimum Pro Theme

The minimum Pro theme by StudioPress includes a tagline area which you modify or remove completely.

with tagline

The easiest way to get rid of the tagline in Minimum Pro is to modify the CSS code which uses that class:

On line 495 of your child themes style.cs file, simply change the code block to this:

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

And here’s the result:

screencast

Other Options Relating To The Minimum Pro Tagline

  • Add Minimum Pro Tagline Widget To Any Theme
  • Replace Minimum Pro Tagline With Widget Areas
  • Replace Minimum Pro Themes Tagline With Custom Field

Reader Interactions

Comments

  1. Dan Romanchik says

    April 9, 2014 at 3:15 pm

    I did some more playing around. What I did get to work was to delete the margin-top spec and change the padding to padding: 10px 0;

    I also had to add display:none to the .site-tagline styles down in the responsive section. Not doing this will cause this div to re-appear when the browser window is narrow.

    Log in to Reply
    • Brad Dalton says

      April 10, 2014 at 10:46 am

      Thanks for sharing your solution Dan.

      Log in to Reply
      • Dan Romanchik says

        April 10, 2014 at 2:25 pm

        Hi, Brad. I just wrote a post detailing my final solution. In addition to removing the tagline, I applied one of the solutions to making the image truly responsive instead of using backstretch. The post is at.

        Log in to Reply
        • Brad Dalton says

          April 10, 2014 at 2:59 pm

          Thanks for the mention Dan.

          Not sure why it didn’t work for you but it did when i tested it which is why i took the screenshot.

          Maybe have something to do with removing the PHP code which then removes the classes so the CSS no longer works.

          Log in to Reply
  2. Dan Romanchik says

    April 9, 2014 at 2:55 pm

    I’ve just installed version 3.0.1 of the Minimum Pro theme. In this version of the theme, this code starts on line 463, and when I change the CSS to what you have above, the site tagline doesn’t disappear at all.

    Log in to Reply
  3. Tomas Risberg says

    March 20, 2014 at 6:41 pm

    Thanks Brad,

    I tried the code above, but it leaves a thin horizontal line where the tagline area used to be.

    How can I get rid of that thin line?

    Tomas Risberg

    Log in to Reply
    • Brad Dalton says

      March 20, 2014 at 6:43 pm

      When i tested the code it removes it.

      Please check your code again.

      Log in to Reply
      • Tomas Risberg says

        March 20, 2014 at 9:04 pm

        I’m sorry. I have checked the code and found nothing wrong. This is my expermiental page where you can se the thin line:

        http://exp.silent.se

        Log in to Reply
        • Brad Dalton says

          March 20, 2014 at 10:15 pm

          You’ll find that with Firebug and then remove it from your style sheet.

          Log in to Reply
          • Tomas Risberg says

            March 22, 2014 at 11:00 am

            Thanks. I’ll try to learn how to use Firebug.

  4. Chris says

    January 24, 2014 at 7:16 pm

    Hey Brad!

    I’m sorry, but how does the above code snippet remove the .site-tagline exactly? Wouldn’t it be a “display: none;”?

    Log in to Reply
    • Brad Dalton says

      January 25, 2014 at 5:09 am

      It removes the margin and reduces the padding which you will find works perfectly.

      Using display: none removes the entire container which causes problems i found after testing.

      Log in to Reply

Leave a Reply Cancel reply

You must be logged in to post a comment.

Primary Sidebar

Code written by Brad Dalton specialist for Genesis, WooCommerce & WordPress theme customization. Read More…

Advertise · WPEngine · Genesis · Log in

  • Access Problems
  • Account Details
  • Consulting
  • Tags
 

Loading Comments...
 

You must be logged in to post a comment.