• 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

desireejester

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 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • August 26, 2015 at 5:42 pm in reply to: Change font type/color #163665
    desireejester
    Member

    Yes, you would add a margin-top to that widget area to pull it down from being on top of the graphic title 🙂

    August 26, 2015 at 5:40 pm in reply to: Can I do this? #163662
    desireejester
    Member

    Yes it will, providing you don't have a Featured Posts widget set up in that area. That might account for the "No posts matching that criteria" message that you are seeing.

    August 26, 2015 at 3:43 pm in reply to: Change font type/color #163630
    desireejester
    Member

    Do you want them all on the same line and centered? Or do you want each one to have its own area but be centered within that area? There are two different fixes depending on what you want.

    If you want each one centered in its own area, target which ever widget area it is on and add a margin of 0 auto to it like this:
    #front-page-5 .widget-area {
    margin: 0 auto;
    }

    If you want them all lined up together and floating correctly, just add all the widgets to the same widget area and the column classes already built into Genesis should align them properly.

    August 26, 2015 at 2:58 pm in reply to: Can I do this? #163616
    desireejester
    Member

    Because Education Pro has a widgetized home page, you actually don't want to set it to "static home page". That will hide all of the widgets and make the homepage act like a regular WP page. You can use the tutorial in the Executive Pro theme setup (link below - look under HOME – SLIDER WIDGET AREA setup) to set the slider up to show pages with excerpts instead of posts.

    http://my.studiopress.com/setup/executive-theme/

    August 26, 2015 at 2:45 pm in reply to: Change font type/color #163614
    desireejester
    Member

    Crimson Text is being used for the body font and Dosis is being used for the heading tags. To change the heading text in that section, you are going to want to target

    #front-page-5 .widget-area .widget_text h2 {
    font-family: "Crimson Text";
    }

    February 12, 2015 at 8:49 am in reply to: E-mail sign-up banners #140595
    desireejester
    Member

    Within the CSS of your child theme, there should be a section under Plugins called Genesis eNews Extended. For instance, in the One Pager theme that I am working with, the code looks like this:

    
    /* Genesis eNews Extended
    --------------------------------------------- */
    
    .enews-widget {
    	color: #999;
    }
    
    .enews-widget .widget-title {
    	color: #fff;
    }
    
    .enews-widget input {
    	margin-bottom: 16px;
    	margin-bottom: 1.6rem;
    }
    
    .enews-widget input:focus {
    	border: 1px solid #ddd;
    }
    
    .enews-widget input[type="submit"] {
    	background-color: #f15123;
    	color: #fff;
    	margin: 0;
    	width: 100%;
    }
    
    .enews-widget input:hover[type="submit"] {
    	background-color: #fff;
    	color: #333;
    }

    To control the size of the form, you can set max height/widths to the .enews-widget class. To style the before and after form text, you can create CSS classes of your own when you write your HTML in the Before Form and After Form boxes and style them accordingly in your CSS file.

    February 11, 2015 at 8:13 pm in reply to: E-mail sign-up banners #140558
    desireejester
    Member

    I love using the Genesis E-News Extended plugin for newsletter sign-ups. The forms it displays are prettier out of the box than the Mailchimp code. There is a spot in each instance of the widget settings to place HTML both before and after the form itself, and there are default classes for the plugin built into the Genesis theme CSS that make it super easy to style it however you would like.

    http://genesisgoodies.com/add-email-list-signup/

    February 5, 2015 at 2:03 pm in reply to: E-mail sign-up banners #139856
    desireejester
    Member

    Carrie Dils has a great tutorial (link below) for adding a widget area ( that she uses for a email signup form) below the navigation, but you can replace the Genesis hook to display it other places.

    http://www.carriedils.com/add-widget-area-below-nav/

    February 5, 2015 at 1:06 pm in reply to: LIfestyle Pro header image that is full width #139833
    desireejester
    Member

    What Sridhar is referring to and what you will want to do is change the image URL in the lines of code that he wrote. This is the code you will input in your functions.php (the same code he wrote in his article) but where it says ADD_YOUR_IMAGE_URL_HERE, you will add your image URL.

    '//* Remove the default header
    remove_action( 'genesis_header', 'genesis_do_header' );

    //* Add custom header
    add_action( 'genesis_header', 'sk_do_header' );
    function sk_do_header() {

    echo '<img src="ADD_YOUR_IMAGE_URL_HERE" />';

    }'

    July 9, 2014 at 11:21 am in reply to: Logo not centered in full width – Sample Child Theme 2.0 #113584
    desireejester
    Member

    That worked like a charm! Thanks so much!

    June 20, 2014 at 8:32 pm in reply to: Sample Child Theme – #inner div not aligned with header #110885
    desireejester
    Member

    Hi Erin! I'm so sorry it took me so long to get this fixed. The site is up and running now and I am still having the issue with the #inner div. I would greatly appreciate it if you could take a peek whenever you have a chance. Thanks so much!

    http://www.testsite1.wideeyedwonders.com

    April 28, 2014 at 10:28 am in reply to: Centering the image logo in Sample Child Theme #102756
    desireejester
    Member

    That worked like a charm! Thank you so much!

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