• 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

StephIvoryInk

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 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • September 11, 2015 at 9:26 am in reply to: Change Font Color #165226
    StephIvoryInk
    Member

    Thank you so much, Davinder! 🙂

    August 26, 2015 at 5:03 pm in reply to: Change font type/color #163651
    StephIvoryInk
    Member

    Thank you! I had to add the following and it worked perfectly 🙂

    #front-page-5 .widget-area {
    margin: 0 auto !important;
    display: block !important;
    }

    I'm not sure why the portfolio is still aligning goofy within the widget, but I think it may have to do with the portfolio plugin itself.

    One last question and then I will not be bothersome anymore 🙂

    The testimonial centered, but is slightly crashing into the text still, do I add margin: top to move that down?

    August 26, 2015 at 3:37 pm in reply to: Change font type/color #163627
    StephIvoryInk
    Member

    Thank you that was very helpful! I appreciate it. 🙂
    Would you happen to know how to center widgets? It's the last issue I am stuck on, I have three widgets all positioned to the left on the page: the "hi Im elizabeth", the testimonials, and the portfolio. I know you cannot use float: center in CSS and am having trouble narrowing down the correct coding.

    August 26, 2015 at 9:54 am in reply to: Center Widgets #163577
    StephIvoryInk
    Member

    Still looking for help please 🙂

    August 26, 2015 at 9:53 am in reply to: Change font type/color #163576
    StephIvoryInk
    Member

    Still looking for help please 🙂

    August 25, 2015 at 12:16 pm in reply to: Change font type/color #163460
    StephIvoryInk
    Member

    I was able to change the font color using this:

    #front-page-3 .widget-area .widget_text {
    color: #000000;
    }

    Still need help with the font type 🙂

    August 25, 2015 at 12:00 pm in reply to: Center Widgets #163458
    StephIvoryInk
    Member

    I forgot to also include a third widget, the "Hi I'm Elizabeth" also needs to be centered. Thanks!

    August 10, 2015 at 7:55 pm in reply to: Header #161992
    StephIvoryInk
    Member

    Woohoo! It's fixed!

    The theme automatically sets the height of each of the front page sections, so this was the code that needed to be applied to adjust the height. Just place in the proper ID and set the px to what you need:

    #front-page-5 {
    height: 539px !important;
    }

    August 10, 2015 at 6:09 pm in reply to: Header #161990
    StephIvoryInk
    Member

    Got rid of the before header area. It's code said this:

    .before-header {
    background-color: #fff;
    line-height: 1;
    width: 100%;
    z-index: 99;
    }

    and it worked after changing it to this:

    .before-header {
    background-color: #fff;
    display: none;
    line-height: 1;
    width: 100%;
    z-index: 99;
    }

    Now still stuck on changing the heights of my widget areas.

    For example, I would like the height of #front-page-6 to be 539px instead of 842 px. I was using this in the CSS editor plugin with no luck:

    #front-page-2 .widget-area {
    height: 539px !important;
    }

    August 10, 2015 at 3:15 pm in reply to: Header #161977
    StephIvoryInk
    Member

    Thank you!

    Sure, I was needing to add more background images on the front page and told the easiest way was to add new widget sections using the following into the style sheet to have the images show up:

    #front-page-5 { background: transparent url(http://prettysweetdesigns.com/wp-content/uploads/2015/07/Line5.jpg); border: solid 0px; background-repeat: no-repeat; background-position: center; }

    #front-page-3 { background: transparent url(http://prettysweetdesigns.com/wp-content/uploads/2015/07/section4.jpg); border: solid 0px; background-repeat: no-repeat; background-position: center; }
    #front-page-6 { background: transparent url(http://prettysweetdesigns.com/wp-content/uploads/2015/07/9_1902_539.jpg); border: solid 0px; background-repeat: no-repeat; background-position: center; }
    #front-page-7 { background: transparent url(http://prettysweetdesigns.com/wp-content/uploads/2015/08/section8.jpg); border: solid 0px; background-repeat: no-repeat; background-position: center; }
    #front-page-1 { background: transparent url(http://prettysweetdesigns.com/wp-content/uploads/2015/07/backy2.jpg); border: solid 0px; background-repeat: no-repeat; background-position: center; }

    Maybe my question is, how do I get these sections to fit around the images without cutting off/leaving open space? Thank you for your patience with me! 🙂

    August 10, 2015 at 1:16 pm in reply to: Header #161960
    StephIvoryInk
    Member

    Thank you, Jeff! Would you happen to know how to resize widgets? I'm having trouble getting them to fit around my background images (some have white space and a couple are cut off). And unfortunately I have to use these exact sizes for the images. Thanks in advance! 🙂

    August 10, 2015 at 11:15 am in reply to: Cafe Pro Help #161953
    StephIvoryInk
    Member

    White boxes are fixed!

    Looking for help with resizing the widgets, asap if possible.

    August 6, 2015 at 1:30 pm in reply to: Cafe Pro Help #161623
    StephIvoryInk
    Member

    Okay, fixed menu font colors.

    Still need help with:

    Resizing the widgets around my background images to remove any empty space.

    And also need help with removing the white boxes in the center of the widgets. When I take out the text widget from the section, then my entire section is removed and my background image disappears. Is there a way to keep the widget with my background image and have nothing hovering over it?

    Truly appreciate any help!

    August 5, 2015 at 10:26 pm in reply to: Cafe Pro Help #161546
    StephIvoryInk
    Member

    Fixed white line issue.

    Widgets need to be resized, and boxes removed.

    Also, my menu font color needs to be changed, I was using the following code to change it to white and it has not been working:

    .secondary-navigation li a {
    color: #fff;

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