• 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

cwalsh

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 20 posts - 41 through 60 (of 96 total)
← 1 2 3 4 5 →
  • Author
    Posts
  • July 23, 2014 at 9:16 am in reply to: Backcountry- change colour of text #115522
    cwalsh
    Member

    Do you mean the text in the dropdowns? You would want to look for this in your stylesheet and change color: #777 to a lighter color #fff (white) maybe.

    #subnav li li a, #subnav li li a:link, #subnav li li a:visited {
    background: none;
    border-bottom: 1px solid #333;
    color: #777;
    font-family: Georgia, Times, 'Times New Roman', serif;
    font-size: 11px;
    font-style: italic;
    padding: 7px 5px;
    position: relative;
    text-transform: none;
    width: 128px;
    }

    Need website customization services or other help? Caley @ PixelPerfect Design Studio | Connect with me on Twitter: @pixelsperfect | Like me on Facebook: https://www.facebook.com/PixelPerfectDesignStudio

    July 23, 2014 at 9:14 am in reply to: Removing pages from wordpress site but need to remove from Google as well #115521
    cwalsh
    Member

    You can speed up the process and request that Google remove them from search results (they will be eventually removed anyway)

    Here is a link to an article that will show you how to do that.

    https://support.google.com/webmasters/answer/1663419?hl=en


    Need website customization services or other help? Caley @ PixelPerfect Design Studio | Connect with me on Twitter: @pixelsperfect | Like me on Facebook: https://www.facebook.com/PixelPerfectDesignStudio

    July 22, 2014 at 8:14 am in reply to: Virtual Spokesperson Video – Serenity Theme #115363
    cwalsh
    Member

    Hi Dana,

    I checked out your site and it appears that you were able to figure out where to place this. Do you still need assistance?

    It looks great by the way.


    Need website customization services or other help? Caley @ PixelPerfect Design Studio | Connect with me on Twitter: @pixelsperfect | Like me on Facebook: https://www.facebook.com/PixelPerfectDesignStudio

    July 17, 2014 at 12:20 pm in reply to: Centric Pro background-color issue #114700
    cwalsh
    Member
    This reply has been marked as private.
    July 17, 2014 at 11:52 am in reply to: Google Analytics not working? #114691
    cwalsh
    Member

    You might want to double check your tracking code in Google Analytics.


    Need website customization services or other help? Caley @ PixelPerfect Design Studio | Connect with me on Twitter: @pixelsperfect | Like me on Facebook: https://www.facebook.com/PixelPerfectDesignStudio

    July 17, 2014 at 8:32 am in reply to: Centric Pro background-color issue #114649
    cwalsh
    Member

    Hi Meredith,

    Could you share the link to the site you are referring to?


    Need website customization services or other help? Caley @ PixelPerfect Design Studio | Connect with me on Twitter: @pixelsperfect | Like me on Facebook: https://www.facebook.com/PixelPerfectDesignStudio

    July 17, 2014 at 8:29 am in reply to: Centric Pro Page Title Spacing #114648
    cwalsh
    Member

    Do you mean the titles in the colored bar at the top of each page?

    This is the style you want to look for in the stylesheet to change the font size

    .page-title .archive-title, .page-title .entry-title {
    font-size: 60px;
    font-weight: 700;
    text-shadow: 3px 3px rgba( 0, 0, 0, 0.1 );
    }

    Need website customization services or other help? Caley @ PixelPerfect Design Studio | Connect with me on Twitter: @pixelsperfect | Like me on Facebook: https://www.facebook.com/PixelPerfectDesignStudio

    July 9, 2014 at 2:13 pm in reply to: Increase the space between Nav Bar and Content #113617
    cwalsh
    Member

    here are the differences

    justletmefinishthispage.com

    .site-inner {
    clear: both;
    padding-top: 80px;
    }

    mockingbirdhillcottage.com

    .site-inner {
    clear: both;
    }

    Add padding-top: 80px to the .site-inner style and it will add the additional spacing between the navigation and page body.


    Need website customization services or other help? Caley @ PixelPerfect Design Studio | Connect with me on Twitter: @pixelsperfect | Like me on Facebook: https://www.facebook.com/PixelPerfectDesignStudio

    June 9, 2014 at 6:48 am in reply to: Wrong Page Order #108585
    cwalsh
    Member

    Are you using the built in Menu function? You can put the pages in any order you want them to appear by dragging them around.


    Need website customization services or other help? Caley @ PixelPerfect Design Studio | Connect with me on Twitter: @pixelsperfect | Like me on Facebook: https://www.facebook.com/PixelPerfectDesignStudio

    May 30, 2014 at 9:22 am in reply to: Linking within the same post or page #107481
    cwalsh
    Member

    You can use IDs to create anchors that you would then link to. You need to do this in html.

    <a href="#link1">LINK1</a>
    <a href="#link2">LINK2</a>
    <a href="#link3">LINK3</a>
    
    <h2 id="link1">Heading 1</h2>
    
    <h2 id="link2">Heading 2</h2>
    
    <h2 id="link3">Heading 3</h2>

    Need website customization services or other help? Caley @ PixelPerfect Design Studio | Connect with me on Twitter: @pixelsperfect | Like me on Facebook: https://www.facebook.com/PixelPerfectDesignStudio

    April 30, 2014 at 12:21 pm in reply to: Streamline Pro: Adding 3 more featured widgets #103086
    cwalsh
    Member

    Rather than creating new widget areas, you could the three existing ones and have 2 widgets in each area.


    Need website customization services or other help? Caley @ PixelPerfect Design Studio | Connect with me on Twitter: @pixelsperfect | Like me on Facebook: https://www.facebook.com/PixelPerfectDesignStudio

    April 30, 2014 at 12:06 pm in reply to: Winning Agent – Home Page Background #103082
    cwalsh
    Member

    The only other shading I see is on the three featured homes lower down on the page. If that is what you want changed, find the following in your stylesheet and change opacity to 0.0.

    .home .listing-wrap a .attachment-properties {
    left: 0;
    opacity: .4;
    top: 0;
    width: 340px;
    z-index: 100;
    }

    Need website customization services or other help? Caley @ PixelPerfect Design Studio | Connect with me on Twitter: @pixelsperfect | Like me on Facebook: https://www.facebook.com/PixelPerfectDesignStudio

    April 29, 2014 at 12:13 pm in reply to: Winning Agent – Home Page Background #102958
    cwalsh
    Member

    You can comment out the background color in your stylesheet add /* and */ around the selectors

    .home-welcome {
    /*background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, .4);*/
    }

    Need website customization services or other help? Caley @ PixelPerfect Design Studio | Connect with me on Twitter: @pixelsperfect | Like me on Facebook: https://www.facebook.com/PixelPerfectDesignStudio

    April 29, 2014 at 12:08 pm in reply to: Minimum Pro Menu How To #102956
    cwalsh
    Member

    The menu that is at the top right of the screen on the demo is done using the Custom Menu widget in the Header Right widget area.


    Need website customization services or other help? Caley @ PixelPerfect Design Studio | Connect with me on Twitter: @pixelsperfect | Like me on Facebook: https://www.facebook.com/PixelPerfectDesignStudio

    April 25, 2014 at 8:11 am in reply to: Site Redesign based on Minimum #102309
    cwalsh
    Member

    Great job!


    Need website customization services or other help? Caley @ PixelPerfect Design Studio | Connect with me on Twitter: @pixelsperfect | Like me on Facebook: https://www.facebook.com/PixelPerfectDesignStudio

    April 15, 2014 at 1:55 pm in reply to: Switch postion of 'call to action' & 'slider' -Executive Pro theme #100571
    cwalsh
    Member

    You will have to change the order of the sections in the front-page.php template. So where it says home-slider, change that to home-cta and where it says home-cta change it to home-slider.

    function executive_home_sections() {
    
    	genesis_widget_area( 'home-slider', array(
    		'before' => '<div class="home-slider widget-area">',
    		'after'  => '</div>',
    	) );
    
    	genesis_widget_area( 'home-top', array(
    		'before' => '<div class="home-top widget-area">',
    		'after'  => '</div>',
    	) );
    
    	genesis_widget_area( 'home-cta', array(
    		'before' => '<div class="home-cta widget-area">',
    		'after'  => '</div>',
    	) );
    
    	genesis_widget_area( 'home-middle', array(
    		'before' => '<div class="home-middle widget-area">',
    		'after'  => '</div>',
    	) );
    	
    }

    Need website customization services or other help? Caley @ PixelPerfect Design Studio | Connect with me on Twitter: @pixelsperfect | Like me on Facebook: https://www.facebook.com/PixelPerfectDesignStudio

    April 10, 2014 at 9:39 am in reply to: Removing widget titles #99514
    cwalsh
    Member

    You could just leave the widget title area blank OR you could hide the widget-title with css (display: none)


    Need website customization services or other help? Caley @ PixelPerfect Design Studio | Connect with me on Twitter: @pixelsperfect | Like me on Facebook: https://www.facebook.com/PixelPerfectDesignStudio

    April 2, 2014 at 12:20 pm in reply to: How do I display products like this on an interior page? #98113
    cwalsh
    Member

    I personally like your idea of a blog post page and just hide the meta? That way you don't need any extra plugins.


    Need website customization services or other help? Caley @ PixelPerfect Design Studio | Connect with me on Twitter: @pixelsperfect | Like me on Facebook: https://www.facebook.com/PixelPerfectDesignStudio

    April 1, 2014 at 3:23 pm in reply to: Remove "edit" link on pages in Parallax Pro #97972
    cwalsh
    Member

    Hi Donnie,

    You could use CSS to hide it.

    .post-edit-link {
    	display: none;
    }

    Need website customization services or other help? Caley @ PixelPerfect Design Studio | Connect with me on Twitter: @pixelsperfect | Like me on Facebook: https://www.facebook.com/PixelPerfectDesignStudio

    April 1, 2014 at 2:45 pm in reply to: Question about – add_theme_support #97965
    cwalsh
    Member

    You can customize the number of footer widgets that you want to include in the footer widgets area. The default is 3. If you were to change that to 4 then you would have 4 footer widget areas (you might need to update your css to accommodate the additional widget(s).


    Need website customization services or other help? Caley @ PixelPerfect Design Studio | Connect with me on Twitter: @pixelsperfect | Like me on Facebook: https://www.facebook.com/PixelPerfectDesignStudio

  • Author
    Posts
Viewing 20 posts - 41 through 60 (of 96 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

© 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