• 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

Nettbrygga

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
  • Profile
  • Topics Started
  • Replies Created
  • Engagements
  • Favorites

Forum Replies Created

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • December 2, 2016 at 4:43 am in reply to: Trying to Specify Particular Image for Mobile Device in Lifestyle Pro #196907
    Nettbrygga
    Member

    Or. This might be a pathfix:

    url('/fwa-logo-760.jpg') no-repeat !important


    Contact me for Genesis and WordPress related issues – inge [@] nettbrygga.no

    December 2, 2016 at 4:39 am in reply to: Trying to Specify Particular Image for Mobile Device in Lifestyle Pro #196904
    Nettbrygga
    Member

    Ah. I see it now. On the big screen you have:

    background: url(http://fp.digitalinternet.co.uk/wp-content/uploads/2016/12/cropped-fwa-logo-1070x178.png) no-repeat !important;
    

    With the !important after it will override the background property for the smaller screen. Either remove it or add !important to the small screen as well.

    I did the following:

    @media only screen and (max-width: 767px)
    .header-image .site-title a {
        background: url(fwa-logo-760.jpg) no-repeat !important;
    }
    

    Can't find your background image though, so check your path. I double checked with another path and this works fine.


    Contact me for Genesis and WordPress related issues – inge [@] nettbrygga.no

    November 30, 2016 at 2:46 am in reply to: Trying to Specify Particular Image for Mobile Device in Lifestyle Pro #196807
    Nettbrygga
    Member

    It's marked as private so I can't see it.


    Contact me for Genesis and WordPress related issues – inge [@] nettbrygga.no

    November 29, 2016 at 9:46 am in reply to: Trying to Specify Particular Image for Mobile Device in Lifestyle Pro #196777
    Nettbrygga
    Member

    Hm ok. Do you have a live link to your site?


    Contact me for Genesis and WordPress related issues – inge [@] nettbrygga.no

    November 29, 2016 at 5:32 am in reply to: Trying to Specify Particular Image for Mobile Device in Lifestyle Pro #196764
    Nettbrygga
    Member

    Hello,

    The CSS inside the media brackets seems fine (if you have the right path to the image).
    Is the problem that the smaller image never even shows on smaller screens?

    If you would like to target a typical phone screen for instance, I would try swapping out the media query with:

    @media only screen and (max-width: 800px) {

    Since it refers to the width of the viewport. I think this should work, if I understood your problem correctly.


    Contact me for Genesis and WordPress related issues – inge [@] nettbrygga.no

    August 23, 2016 at 3:31 pm in reply to: Agency Pro – Site Header transparency linked to scroll #191927
    Nettbrygga
    Member

    No problem 🙂


    Contact me for Genesis and WordPress related issues – inge [@] nettbrygga.no

    August 22, 2016 at 1:31 pm in reply to: Enterprise Pro: How To Make Area Around Text Box Clear? #191815
    Nettbrygga
    Member

    Hello,

    Try opacity. Type opacity: 0.7; for instance.
    Scale goes from 0 -1, with 1 being solid with no seethrough.


    Contact me for Genesis and WordPress related issues – inge [@] nettbrygga.no

    August 22, 2016 at 1:08 pm in reply to: Agency Pro – Site Header transparency linked to scroll #191813
    Nettbrygga
    Member

    Hello,

    This should work.

    Add this to home.js:

    $( document ).on('scroll', function(){

    if ( $( document ).scrollTop() > 650 ){
    $( '.site-header' ).addClass( 'dark' );
    }
    else {
    $( '.site-header' ).removeClass( 'dark' );
    }
    });

    CSS:
    .dark {
    background-color: #000 !important;
    }


    Contact me for Genesis and WordPress related issues – inge [@] nettbrygga.no

  • Author
    Posts
Viewing 8 posts - 1 through 8 (of 8 total)

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