• 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

Pinky

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 11 posts - 81 through 91 (of 91 total)
← 1 2 3 4 5
  • Author
    Posts
  • March 15, 2013 at 9:23 pm in reply to: Focus: Drop Down Box Depth #27283
    Pinky
    Member

    you should just be able to add

    height: 20px;

    or whatever you need it to be to your style.css


    cheers

    Pinky

    March 15, 2013 at 9:20 pm in reply to: Add spacing between columns on home page #27282
    Pinky
    Member

    Looks just fine to me - have you fixed this?

    If you have please mark this as resolved


    cheers

    Pinky

    March 15, 2013 at 9:18 pm in reply to: Create a Custom Header Wrap? #27281
    Pinky
    Member

    You might find what you are looking for here:

    http://surefirewebservices.com/genesis-framework/how-to-add-a-structural-wrap-to-anything-on-the-genesis-framework

    Hope that helps


    cheers

    Pinky

    March 15, 2013 at 9:12 pm in reply to: Make section more "opaque" #27280
    Pinky
    Member

    Hi Olafur

    You put in it your style.css

    It should be around line 693

    and you are looking for:

    #home-middle {

    You should see:

    #home-middle {
    clear: both;
    overflow: hidden;
    }
    

    change it to:

    #home-middle {
    clear: both;
    overflow: hidden;
    opacity: 0.4;
    }
    

    If you want it to be normal when you hover over it - add this code:

    #home-middle {
    clear: both;
    overflow: hidden;
    opacity: 1;
    }
    

    cheers

    Pinky

    March 15, 2013 at 8:58 pm in reply to: Dropdown-Flyout-Outline Widget Menu? #27271
    Pinky
    Member

    For the drop down menu go to Appearance > Menus and you can create a custom menu in there with drop downs.  Make sure your Genesis theme settings allow a drop down menu.

    For the sidebar only on one page - I do this a LOT!

    I use a plugin called Custom Sidebars.

    It's very user friendly and you can set default sidebars for different categories, pages, posts, custom taxonomies and more!

    Good luck


    cheers

    Pinky

    March 15, 2013 at 8:56 pm in reply to: Agency | H Tag – Link Editing #27269
    Pinky
    Member

    I think I understand what you mean about the H1 & H2

    So on your site just quickly I can see:

    h1, h2, h2 a, h2 a:visited {
    font-size: 25px;
    }
    

    To separate it just do:

    h1 {
    font-size: 25px;
    font-weight: bold;
    color: #432C28;
    }
    h2 {
    font-size: 20px;
    color: #a3986d;
    }
    h2 a {
    font-size: 15px;
    color: #B15557;
    }
    h2 a:visited {
    font-size: 10px;
    }
    

    ... at least that's how I do it

    The drop down - do you mean when it drops down you want the box to align with the right hand side instead of the left?  If so you can do that cause I've done it before - just can't remember how at the moment... if I find it I'll letcha know!

    Can't help with the rest - soz


    cheers

    Pinky

    March 15, 2013 at 8:44 pm in reply to: Widget Area Font Size #27266
    Pinky
    Member

    No worries Michael

    If you are using Chrome - just hit f12 to view the code and you can play around in there to get what you need...  it even makes me look good bahaha


    cheers

    Pinky

    March 15, 2013 at 8:26 pm in reply to: Showing all listings in agent press #27252
    Pinky
    Member

    hi Richard

    Any chance of a link so we can see what's happening?


    cheers

    Pinky

    March 15, 2013 at 8:25 pm in reply to: Center the Gallery or table in post (Executive) #27251
    Pinky
    Member

    Hey Annaedv

    If you want to center all of your galleries you can try this code:

    .flexslider {
    background: #fff;
    position: relative;
    zoom: 1;
    float: none !important;
    left: 35%;
    }

     

    If you want to center just that one gallery use this:

    #ngg-gallery-10-1094 {
    left: 35%;
    }


    cheers

    Pinky

    March 15, 2013 at 7:57 pm in reply to: Widget Area Font Size #27242
    Pinky
    Member

    Hi Michael

    The css for your home page is specifically for your  home page.

    If you want the same code JUST for the bottom section of your entertainment page try this in your style.css:

    <code>

    .entertainment-bottom p {
    font-size: 13px;
    line-height: 20px;
    }

    .entertainment-bottom h2,
    .entertainment-bottom h2 a,
    .entertainment-bottom h2 a:visited {
    font-size: 20px;
    line-height: 24px;
    }

    </code>

    good luck!

    cheers

    Pinky


    cheers

    Pinky

    March 15, 2013 at 7:44 pm in reply to: How do I remove the bottom footer from the Agency theme? #27238
    Pinky
    Member

    hey there -there's a guide here that shows you what to change and where:

    http://my.studiopress.com/snippets/footer/

    If you want to remove the footer use this code in your functions.php file of your theme:

    <code>
    <?php
    /* Remove Footer */
    remove_action('genesis_footer', 'genesis_do_footer');
    remove_action('genesis_footer', 'genesis_footer_markup_open', 5);
    remove_action('genesis_footer', 'genesis_footer_markup_close', 15);
    </code>
    cheers

    Pinky


    cheers

    Pinky

  • Author
    Posts
Viewing 11 posts - 81 through 91 (of 91 total)
← 1 2 3 4 5
« Previous Page

CTA

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

Create a site with WP EngineShop for Themes

Footer

StudioPress

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