The minimum Pro theme by StudioPress includes a tagline area which you modify or remove completely.
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:
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



Leave a Reply
You must be logged in to post a comment.