• 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

Stewart

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 - 81 through 100 (of 130 total)
← 1 2 3 4 5 6 7 →
  • Author
    Posts
  • July 4, 2013 at 10:43 am in reply to: Remove sub menu indicators #49208
    Stewart
    Member

    Just spotted you comment about the white space where the indicator used to be to remove this look on line 210 and remove the padding-right: 20px;

    Stewart


    WordPress Developer – Need help upgrading to Genesis 2.0? – My Blog
    Follow me on Twitter

    July 4, 2013 at 10:33 am in reply to: Remove sub menu indicators #49206
    Stewart
    Member

    In your style.css file on line 214 try changing the display:block to none example below :

    #header UL.nav LI A .sf-sub-indicator, #header UL.menu LI A .sf-sub-indicator {
    background: url(images/arrow-down.png);
    display: none; << Change this line
    width: 10px;
    height: 10px;
    text-indent: -9999px;
    overflow: hidden;
    position: absolute;
    top: 12px;
    right: 5px;
    }

    That should hopefully do the trick for you.

    Stewart


    WordPress Developer – Need help upgrading to Genesis 2.0? – My Blog
    Follow me on Twitter

    July 4, 2013 at 9:27 am in reply to: Remove sub menu indicators #49186
    Stewart
    Member

    Hi Neilc,

    If that last reply was meant for me I cant see it it marked as private.


    WordPress Developer – Need help upgrading to Genesis 2.0? – My Blog
    Follow me on Twitter

    July 4, 2013 at 8:13 am in reply to: Header Image question #49174
    Stewart
    Member

    You welcome, glad it worked for you.

    Stewart


    WordPress Developer – Need help upgrading to Genesis 2.0? – My Blog
    Follow me on Twitter

    July 4, 2013 at 8:10 am in reply to: Remove sub menu indicators #49171
    Stewart
    Member

    Have you got a live link to the site, i'll take a look and see if i can solve it.

    Stewart


    WordPress Developer – Need help upgrading to Genesis 2.0? – My Blog
    Follow me on Twitter

    July 4, 2013 at 8:04 am in reply to: Header Image question #49170
    Stewart
    Member

    Hi Hutch,

    Looks like you have a custom header and you are also got the same image set as a background in your style.css

    Try removing the following on line 227 in your style.css file

    background: url(images/kbmlogo.png) no-repeat;

    Hope this helps
    Stewart


    WordPress Developer – Need help upgrading to Genesis 2.0? – My Blog
    Follow me on Twitter

    July 4, 2013 at 7:42 am in reply to: Lifestyle Error #49165
    Stewart
    Member

    Hi Saphir,

    It looks like your debugging is turned on in your wp-config file, thats why your getting the error message.

    The following fix wont get rid of the problem but will hide it for you:

    Go to your dashboard and goto Appearance > Editor > Select your theme in the top right had corner and then the file Theme Functions(functions.php). (Remember to make a backup of any files before changing them.)

    Now look for:
    /** Add suport for custom background */
    add_custom_background();

    and comment out the add_custom_background(); by adding // in front.

    The should get rid of the error message for you.

    Hope this helps
    Stewart


    WordPress Developer – Need help upgrading to Genesis 2.0? – My Blog
    Follow me on Twitter

    July 4, 2013 at 7:26 am in reply to: Remove sub menu indicators #49162
    Stewart
    Member

    Hi,

    If I'm thinking on the same lines you should be able to turn them off by going to your dashboard and go to:

    Genesis > Theme Settings > Navigation and disable fancy dropdowns checkbox.

    Hope this helps
    Stewart


    WordPress Developer – Need help upgrading to Genesis 2.0? – My Blog
    Follow me on Twitter

    July 3, 2013 at 9:47 am in reply to: How to set transparent background on Images #48982
    Stewart
    Member

    Hi,

    The problem looks like you have a background color set to #fff on line 274 of your style.css.

    #content .wp-post-image,
    #content img.alignleft,
    #content img.alignright,
    #content img.aligncenter,
    #content img.alignnone {
    background: #fff;
    border: 1px solid #c0c0c0;
    padding: 1px;
    }

    your can just remove the background color for the above code and that should fix the problem for you.

    Hope this helps
    Stewart


    WordPress Developer – Need help upgrading to Genesis 2.0? – My Blog
    Follow me on Twitter

    July 3, 2013 at 2:19 am in reply to: Blog Post Not Showing up In Crystal Theme #48939
    Stewart
    Member

    Hi Carolyn,

    If you are using a different front page other than blog posts, you will need to create a page in the dashboard for your blog to display.

    Also the page will need the template of blog.

    Hope this helps
    Stewart


    WordPress Developer – Need help upgrading to Genesis 2.0? – My Blog
    Follow me on Twitter

    July 2, 2013 at 3:22 am in reply to: Header Banner and Search Option #48793
    Stewart
    Member

    Hi,

    yes change the 40px value should do the trick for you, dont forget to backup your style.css first, just in case something goes wrong 🙂

    Stewart


    WordPress Developer – Need help upgrading to Genesis 2.0? – My Blog
    Follow me on Twitter

    July 1, 2013 at 6:24 am in reply to: Center Blog Title – Minimum #48652
    Stewart
    Member

    Ok, Instead of hiding the subscribe now button try removing it from the code, I believe with the minimum theme the code that actually outputs the subscribe button is in the page-title.php file.

    Once you have removed the code, then try centering the text again.

    Stewart


    WordPress Developer – Need help upgrading to Genesis 2.0? – My Blog
    Follow me on Twitter

    July 1, 2013 at 6:17 am in reply to: Header Banner and Search Option #48651
    Stewart
    Member

    Hi,

    Look for this in your style.css

    #header .widget-area {
    float: right;
    padding: 40px 0 0;
    width: 480px;
    }

    And change the padding value.

    Hope this helps
    Stewart


    WordPress Developer – Need help upgrading to Genesis 2.0? – My Blog
    Follow me on Twitter

    June 30, 2013 at 1:46 pm in reply to: Center Blog Title – Minimum #48567
    Stewart
    Member

    Hi,

    Try adding the text-align:center; to line 489 of your style.css:

    #page-title p {
    text-align: center;

    Hope this helps
    Stewart


    WordPress Developer – Need help upgrading to Genesis 2.0? – My Blog
    Follow me on Twitter

    June 30, 2013 at 1:32 pm in reply to: Shortened Link #48566
    Stewart
    Member

    Hi,

    You should just be able to add http:// to the link and it should recognize it as an external link not internal.

    Hope this helps
    Stewart


    WordPress Developer – Need help upgrading to Genesis 2.0? – My Blog
    Follow me on Twitter

    June 26, 2013 at 10:40 am in reply to: Custom homepage not displaying proper category #47807
    Stewart
    Member

    Hi Denise,

    Strange that did not work, but glad you got it sorted.

    Good Luck
    Stewart


    WordPress Developer – Need help upgrading to Genesis 2.0? – My Blog
    Follow me on Twitter

    June 26, 2013 at 9:16 am in reply to: Has Anyone Designed a Website for Music? #47794
    Stewart
    Member

    Hi,

    I've seen a few built with the Amped theme which look very good.

    Heres a few examples http://www.studiopress.com/theme/amped

    Stewart


    WordPress Developer – Need help upgrading to Genesis 2.0? – My Blog
    Follow me on Twitter

    June 26, 2013 at 8:05 am in reply to: Who wants to re-design my site? #47775
    Stewart
    Member
    This reply has been marked as private.
    June 26, 2013 at 2:37 am in reply to: Site title color #47753
    Stewart
    Member

    Hi Caley,

    You could try adding a filter to the word/words you want to add a span, try adding this to your child theme's function.php:

    function sc_customize_site_title($title, $inside, $wrap) {
    	$custom_title = str_replace("WORD_WANT_TO_CHANGE", "<span>WORD_WANT_TO_CHANGE</span>", $title);
    	return $custom_title;
    }
    add_filter('genesis_seo_title','sc_customize_site_title', 10, 3);
    

    Then you change WORD_WANT_TO_CHANGE to the word your are trying to add the span to, and just style it in your style.css.

    Hope this helps
    Stewart


    WordPress Developer – Need help upgrading to Genesis 2.0? – My Blog
    Follow me on Twitter

    June 25, 2013 at 9:30 am in reply to: Outreach Theme – Can you change black background? #47666
    Stewart
    Member

    Hi,

    Yes that background image would need to be either removed or replaced for a transparent version for your background color to show through.

    Basically the background color #393939 is essentially a fallback if either the image does not load or the container is larger than the image.

    If you want just a plain background #393939, just remove the url(images/inner.png) repeat-x; from your style.css file.

    Hope this helps
    Stewart


    WordPress Developer – Need help upgrading to Genesis 2.0? – My Blog
    Follow me on Twitter

  • Author
    Posts
Viewing 20 posts - 81 through 100 (of 130 total)
← 1 2 3 4 5 6 7 →
« 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