• 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

wmwebdes

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 95 total)
← 1 2 3 4 5 →
  • Author
    Posts
  • April 30, 2013 at 10:44 am in reply to: Creating Dropdown Navigation Menu with Metro Theme #38584
    wmwebdes
    Member

    Hi
    Dropdown are created using WordPress custom menus...

    This video by Kim Doyal the WordPress Chick shows you how

    Let me know if you have any questions.

    April 29, 2013 at 1:43 pm in reply to: SEO Plugin Or Genesis own SEO options? Which is better? #38456
    wmwebdes
    Member

    I'd go with Genesis built in SEO.

    Other plugins offer much more that title tags and meta info but believe me you won't find the time to fill them all in.

    If you want to rank highly write a useful post, fill in your meta info in Genesis SEO settings and promote on social media.

    That's what I've done with my posts and I've managed to get pretty high in the SERPS.

    Google "public speaking humour" and see who comes #1!

    April 29, 2013 at 1:03 pm in reply to: CSS or HTML? How to change the line spacing in a quote. #38451
    wmwebdes
    Member

    Looks as though you've added...

    "As you might imagine the real cost is the damage
    caused to our most intimate relationships."

    As two separate paragraphs.

    Remove the p tags and add blockquote tags as below...

    `

    As you might imagine the real cost is the damage
    caused to our most intimate relationships.

    `

    We can then style the blockquote.

    Once you've done that I'll take another look.

    April 29, 2013 at 11:47 am in reply to: CSS or HTML? How to change the line spacing in a quote. #38440
    wmwebdes
    Member

    Can you let us have a link to the page and I'll pull up the CSS for the quote.

    April 28, 2013 at 8:02 am in reply to: Remove box from behind topnav bar #38211
    wmwebdes
    Member

    Samantha
    As Susan points out, the top black section is part of the background image from this section of CSS:

    body {
    background: #CCCCCC url(images/bg.png) repeat-x;
    color: #333333;
    font-size: 14px;
    font-family: Georgia, Times New Roman, Trebuchet MS;
    margin: 0 auto 0;
    padding: 0;
    line-height: 24px;
    }

    The image has a black top section and then a gray gradient below.
    If you remove the image part from the CSS you will be left with a gray backgrounf of colour #CCCCCC

    Or as Susan mentioned you could crop the black top section from the image and upload - make sure you keep a copy of the original image.

    Looks as though you are about there.

    April 28, 2013 at 6:46 am in reply to: Remove box from behind topnav bar #38194
    wmwebdes
    Member

    I added a top margin as shown below, try that

    #header {
    width: 960px;
    height: 110px;
    margin: 35px auto 0;
    padding: 0;
    }

    April 28, 2013 at 6:14 am in reply to: Remove box from behind topnav bar #38187
    wmwebdes
    Member

    Have you sorted it Samantha - looks OK this end?

    April 28, 2013 at 5:43 am in reply to: Remove box from behind topnav bar #38184
    wmwebdes
    Member

    Get the message...
    "Tying Vines
    ...will be back shortly"

    April 28, 2013 at 5:35 am in reply to: Remove box from behind topnav bar #38182
    wmwebdes
    Member

    Link to your site please Samantha.

    April 26, 2013 at 3:46 pm in reply to: Can't figure out why text + logo image showing #37961
    wmwebdes
    Member

    That's good Shannon

    This one resolved then.

    April 26, 2013 at 2:30 pm in reply to: Can't figure out why text + logo image showing #37923
    wmwebdes
    Member

    If you've already unchecked the “Show header text with your image.” box you could try adding "display: none;" to your stylesheet as shown below.

    #title-area #title a {
    color: #333333;
    margin: 0;
    padding: 0;
    text-decoration: none;
    display: none;
    }

    April 26, 2013 at 2:12 pm in reply to: Can't figure out why text + logo image showing #37917
    wmwebdes
    Member

    Hi
    When you uploaded your header image via Appearance > Header there is a checkbox which says "Show header text with your image."

    Uncheck that box and save the settings.

    April 21, 2013 at 2:45 pm in reply to: Change Title Color #36756
    wmwebdes
    Member

    Hi
    Title colour is controlled by this CSS

    #title a, #title a:hover, #description {
    color: #333333;
    }

    Just change the colour code to change the font colour.

    I don't know how you would use a different colour for each letter.

    April 18, 2013 at 2:46 pm in reply to: changing color, fonts, and background #36220
    wmwebdes
    Member

    Font colour in “Featured Properties” widget is black (slightly off black) so you can't see it with a dark background.

    Add
    color: #333;
    to .communities and change the colour to whatever you like.

    #333 is almost black.

    Free colour picker here... http://www.iconico.com/colorpic/

    April 18, 2013 at 1:09 pm in reply to: I can't post to the forum with links… #36194
    wmwebdes
    Member

    Cheers Chris
    Good to see you are back on line.

    April 18, 2013 at 12:59 pm in reply to: I can't post to the forum with links… #36189
    wmwebdes
    Member

    Hi Chris
    Following the link you provided, it looks as thogh Nick has clarified what the problem is - marked as spam.

    Try posting here with only one link.

    April 18, 2013 at 11:01 am in reply to: changing color, fonts, and background #36162
    wmwebdes
    Member

    For the Featured Communities add the background colour to .communities as shown below:

    .communities {
    border-bottom: 3px double #000;
    clear: both;
    margin: 0 auto 25px;
    overflow: hidden;
    padding: 0 0 15px;
    width: 930px;
    background-color: #000000;
    }

    April 18, 2013 at 10:51 am in reply to: changing color, fonts, and background #36161
    wmwebdes
    Member

    Hi
    This is the CSS for your primary nav

    #nav {
    color: #fff;
    font-size: 13px;
    }

    Looks as though it picks up font-family from the CSS below.

    body, h1, h2, h2 a, h2 a:visited, h3, h4, h5, h6, p, input, select, textarea {
    font-family: 'Droid Serif', arial, serif;
    font-weight: normal;
    line-height: 22px;
    }

    Change the font size under #nav and add the font you want under #nav.

    Let me know if you are OK with that.

    April 14, 2013 at 11:39 am in reply to: Issues in IE10 #35418
    wmwebdes
    Member

    That's good.
    I use IE 10 to check sites and never had problems with the more tag.

    Another one closed out.

    April 14, 2013 at 11:38 am in reply to: Paragraph Spacing #35417
    wmwebdes
    Member

    Glad it worked sir.

    We can mark this one as resolved.

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