• 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

Streamline Pro – Need Larger Header Logo Image Pls

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 › General Discussion › Streamline Pro – Need Larger Header Logo Image Pls

This topic is: resolved

Tagged: change header image size streamline pro, streamline pro

  • This topic has 2 replies, 2 voices, and was last updated 7 years, 7 months ago by Catherine_B.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • August 28, 2015 at 1:12 pm #163924
    Catherine_B
    Participant

    Greetings -

    Doing a search I see this topic come up often for various themes, but I don't want to make any mistakes using another theme's rules.

    The standard teeny logo size default allowed in the streamline pro left header is only 300 x 60. I would like 300 x 300 so it's large enough to see and read - and must be responsive. The nap and tagline on the right side of the header are tall enough to accommodate that height.

    Can anyone please help me and hopefully show me the code example, in rather simple terms please? I have edited functions and other pages successfully with clear instructions and know css pretty well.

    Thank you very much.

    August 28, 2015 at 3:18 pm #163934
    Victor Font
    Moderator

    The first thing you need to do is change the image size in functions.php. Find the following code block at line 56:

    //* Add support for custom header
    add_theme_support( 'custom-header', array(
    	'header_image'    => '',
    	'header-selector' => '.site-title a',
    	'header-text'     => false,
    	'height'          => 60,
    	'width'           => 300,
    ) );

    and change it to

    //* Add support for custom header
    add_theme_support( 'custom-header', array(
    	'header_image'    => '',
    	'header-selector' => '.site-title a',
    	'header-text'     => false,
    	'height'          => 300,
    	'width'           => 300,
    ) );

    This change allows you to upload a 300x300 image through the theme customizer. Next you have to change the size of the image in the header in style.css. At line 946, you'll find the following code:

    .header-image .site-title a {
    	float: left;
    	min-height: 60px;
    	width: 100%;
    }

    Change it to:

    .header-image .site-title a {
    	float: left;
    	min-height: 300px;
    	width: 100%;
    }

    Regards,

    Victor
    https://victorfont.com/
    Call us toll free: 844-VIC-FONT (842-3668)
    Have you requested your free website audit yet?

    August 28, 2015 at 5:07 pm #163946
    Catherine_B
    Participant

    Victor! You're wonderful! Worked great - you made it so easy. Love it, and better yet, I've learned some new things.

    *I have a little question for you, please: Where are you seeing line numbers as used in your instructions above? They're not showing in my wp theme editor, and I downloaded the css to Dreamweaver CS6 just to see, but the line numbers don't match yours at all.

    Thanks a million!

  • Author
    Posts
Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Streamline Pro – Need Larger Header Logo Image Pls’ is closed to new 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