• 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

exelexys

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 4 posts - 21 through 24 (of 24 total)
← 1 2
  • Author
    Posts
  • February 26, 2014 at 10:59 pm in reply to: Metro Pro – move featured images below post titles #92599
    exelexys
    Member

    Probably way too late to benefit the original poster, but perhaps someone else will find these instructions for modifying the featured posts widget (in isolation from genesis core) useful:
    http://petercoughlin.com/tweaking-the-genesis-featured-posts-widget/

    February 11, 2014 at 1:46 pm in reply to: Agency Pro: switching home widget area featured block effects #89855
    exelexys
    Member

    Poked around the Agency Pro theme CSS, and switching the mouseover effects for the Home Middle and Home Bottom widget areas involves switching the CSS selectors .home-middle and .home-bottom in the styles.css shown below:

    /* Content Area */
    /* Home Page */
    .home-middle {
    	...
    }
    
    .home-middle .featuredpost img.entry-image {
    	...
    }
    
    .home-middle .featuredpost img:hover {
    	...
    }
    
    .home-middle .featuredpost .entry {
    	...
    }
    
    .home-middle .featuredpost .entry {
    	...
    }
    
    .home-middle .featuredpost .entry-title a {
    	...
    }
    
    .home-bottom {
    	...
    }
    
    .home-bottom .featuredpost .entry {
    	...
    }
    
    .home-bottom .featuredpost .post:nth-of-type(3n+1),
    .home-middle .featuredpost .post:nth-of-type(3n+1) {
    	...
    }
    
    .home-bottom .featuredpost .entry:hover {
    	...
    }
    
    .home-bottom .featuredpost .entry:hover .entry-title a {
    	...
    }

    Keep in mind the home-middle and home-bottom aren't the same pixel height (which may cause issues after switching the selectors) and the Show Featured Image checkbox in the Home Bottom widget area needs to be checked for the images to be displayed as a default state.

    Hope this helps someone looking to achieve this effect.

    Thanks

    February 11, 2014 at 1:33 pm in reply to: Agency Pro: alternating featured post block mouseover effects #89849
    exelexys
    Member

    Correction to the above post. Replace the following Agency Pro styles.css entry:

    .home-middle .featuredpost img:hover {
    	  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
    	  filter: alpha(opacity=15);
    	  -moz-opacity: 0.1;
    	  -khtml-opacity: 0.1;
    	  opacity: 0.1;
    }

    With the following entries:

    .home-middle .featured-content .post:nth-of-type(odd) img.entry-image {
    	visibility:hidden;
    	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
    	filter: alpha(opacity=10);
    	-moz-opacity: 0.1;
    	-khtml-opacity: 0.1;
    	opacity: 0.1;
    }
    
    .home-middle .featured-content .post:nth-of-type(odd).entry:hover img.entry-image {
    	visibility: visible;
    }
    
    .home-middle .featuredpost .post:nth-of-type(even) img:hover {
    	  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
    	  filter: alpha(opacity=15);
    	  -moz-opacity: 0.1;
    	  -khtml-opacity: 0.1;
    	  opacity: 0.1;
    }

    Apologies for the error.

    Thanks

    February 11, 2014 at 1:11 pm in reply to: Agency Pro: alternating featured post block mouseover effects #89845
    exelexys
    Member

    Played with the Agency Pro CSS and figured out how to do this.

    Add the following code to Agency Pro styles.css file (preferably in the /* Content Area */ /* Home Page */ section for uniformity):

    .home-middle .featured-content .post:nth-of-type(odd) img.entry-image {
    	visibility:hidden;
    	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
    	filter: alpha(opacity=10);
    	-moz-opacity: 0.1;
    	-khtml-opacity: 0.1;
    	opacity: 0.1;
    }
    
    .home-middle .featured-content .post:nth-of-type(odd).entry:hover img.entry-image {
    	visibility: visible;
    }

    Thanks

  • Author
    Posts
Viewing 4 posts - 21 through 24 (of 24 total)
← 1 2
« Previous Page

CTA

Ready to get started? Create a site or shop for themes.

Create a site with WP EngineShop for Themes

Footer

StudioPress

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