• 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 Customisations

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 Customisations

This topic is: not resolved

Tagged: minimum pro

  • This topic has 13 replies, 5 voices, and was last updated 7 years, 10 months ago by DTHkelly.
Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • March 30, 2015 at 9:29 am #146112
    Cheshire
    Member

    Hello Wonderful People

    I am trying to customise the Minumum Pro theme for this site: http://hiddenvalleyeco.com.au/. There are three thing I am pulling my hair out trying to achieve

    1) How do I remove that grey stripe with the site tagline?
    2) How do I make the featured background image slightly smaller in height (I want it to be be 320px high)
    3) This is a static website, not a blog, so how do I remove the 'Sorry, no content matched your criteria.' as I wont have posts

    TiA Jayne 🙂

    http://hiddenvalleyeco.com.au/
    March 30, 2015 at 9:48 am #146116
    Pixel Frau
    Member

    To remove the grey stripe, remove the site header's border in the CSS:

    .site-header {
        background-color: #4e3e56;
        border-bottom: 1px solid #eee;
        left: 0;
        letter-spacing: 1px;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 999;
    }
    March 30, 2015 at 10:12 am #146120
    Cheshire
    Member

    Thank you Pixel

    Removing that CSS code didnt do anything....

    I've tried deleting a few of the .site-tagline lines as well, but it affects the background image

    Would it be something in the functions.php file?

    I'm hesitant to remove the tagline from General Settings..........

    March 30, 2015 at 10:28 am #146125
    Jairba
    Member

    Hello, I have a question like Chershire, I would like to remove that grey stripe with the site tagline, but only in a pair of pages.

    The theme is minimum pro and I am working in my website:

    http://jairbarragan.es.mialias.net/

    Thanks

    March 30, 2015 at 11:07 am #146135
    Christoph
    Member

    Hi,

    1. Around line 463 of the style.css change

    .site-tagline {
        background-color: #F5F5F5;

    to

    .site-tagline {
        background-color: #FFF;

    If you also want to get rid of the remaining thin grey border, delete
    border-bottom: 1px solid #EEE;
    right underneath.

    2. Did you already change that? The height is 328px.
    Generally speaking just use an image that is 300 px high.

    You might want to optimize the image (you can use a service like tinyjpg.com or tinypng.com).
    The page load time was rather long.

    3. Delete or comment out line 38 in the front-page.php
    This is what it looks like commented out:
    // add_action( 'genesis_loop', 'minimum_grid_loop_helper' );


    https://www.christophherr.com | Genesis Customizations | Buy me a coffee

    March 30, 2015 at 11:09 am #146137
    Christoph
    Member

    @jairba

    Your website is password protected.


    https://www.christophherr.com | Genesis Customizations | Buy me a coffee

    March 30, 2015 at 11:16 am #146140
    Jairba
    Member

    Hi Chirstoph,

    My website is over construction and I don't know if is it possible to show it!!

    March 30, 2015 at 11:21 am #146144
    Jairba
    Member

    I Christoph,

    Is it possible to do with php functions?? If I do what you said it works but remove in all pages and I would like to have the site-tagline in home page.

    Thanks!

    March 30, 2015 at 11:44 am #146150
    Cheshire
    Member

    Hello Christoph

    Thank you so much for your reply

    1) That is just changing the colour of the grey to white - I actually want to remove the whole tagline function from the homepage

    2) Yes, the image was being pixelated so I loaded the original which is a massive picture....Ive resized it to being 320px high - but it is distorting/stretching the image - the height is not becoming smaller - currently the image is 2000x320.

    Interestingly when I apply Firebug tools the image suddenly swaps to not being pixelated and stretched - thats weird!

    3) Thank you worked perfectly!

    March 30, 2015 at 1:08 pm #146177
    Christoph
    Member

    Hi,


    @Cheshire

    to remove the site tagline completely from the website comment out the following around line 122 in the functions.php
    add_action( 'genesis_after_header', 'minimum_site_tagline' );

    so that it looks like this:
    // add_action('genesis_after_header', minimum_site_tagline');

    You might have to adjust some css...


    https://www.christophherr.com | Genesis Customizations | Buy me a coffee

    March 30, 2015 at 1:48 pm #146179
    Pixel Frau
    Member

    Thank you Pixel

    Removing that CSS code didnt do anything….

    I’ve tried deleting a few of the .site-tagline lines as well, but it affects the background image

    Would it be something in the functions.php file?

    I’m hesitant to remove the tagline from General Settings……….

    That code is already in your stylesheet. You need to remove the border border-bottom: 1px solid #eee; to remove the grey line.

    March 30, 2015 at 6:37 pm #146209
    Cheshire
    Member

    Thanks Christoph - I htink Im just going to have to remove the tagline, thus metadata from General Settings.

    That was one of the first things I tried, but it moves the background image to being under my footer.

    I really appreciate the help from you both! Thanks so much!

    April 10, 2015 at 3:14 pm #147407
    Cheshire
    Member

    Hello

    http://hiddenvalleyeco.com.au/

    I am still persevering with trying to get this theme do what I want/expect. There are snowball effects which I am not expecting.

    When I delete the tagline from General Settings I am left with a large white space.

    If I try to alter the padding and margins for .site-tagline and .site-inner it affects the formatting of the text for the headers in the content pages.

    I don't seem to be able to comment out the function in function.php as it moves the background image to below the footer.

    I would really appreciate any suggestions.

    April 10, 2015 at 3:55 pm #147411
    DTHkelly
    Member

    This is a new post from a premium plugin re: customizing Minimum Pro. Just FYI.
    http://www.csshero.org/css-hero-a-game-changer-for-the-genesis-framework/

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

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