• 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

FIX for mobile logo not showing on Boss Pro theme until scroll from theme devs

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 › FIX for mobile logo not showing on Boss Pro theme until scroll from theme devs

This topic is: not a support question

Tagged: Boss Pro, Logo, mobile

  • This topic has 1 reply, 2 voices, and was last updated 8 years, 6 months ago by Susan.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • January 18, 2018 at 9:52 am #215495
    stifoo
    Member

    Dear Stephanie:

    Thank you for sending that. I'm sorry for this inconvenience, but for the issue with your header not displaying correctly on mobile until you scroll, the developer indicates to replace this section in your output.php file:

    // Light Header Image.
    $css = '';
    if ( is_front_page() ) {
    $css .= ( ! empty( $header_image ) ) ? sprintf( '
    body.with-page-header.header-image:not(.header-scroll) .site-title a {
    background-image: url(%1$s) !important;
    }
    ', $header_image ) : '';
    }

    with this:

    // Light Header Image.
    $css = '';
    if ( is_front_page() ) {
    $css .= ( ! empty( $header_image ) ) ? sprintf( '

    @media
    only screen and (min-width: 800px) {
    body.with-page-header.header-image:not(.header-scroll) .site-title a {
    background-image: url(%1$s) !important;
    }
    ', $header_image ) : '';
    }

    Please let me know if you need additional assistance.

    January 21, 2018 at 9:18 pm #215593
    Susan
    Moderator

    Thanks for sharing.

  • 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