• 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

Ozzy

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 - 221 through 240 (of 256 total)
← 1 2 3 … 11 12 13 →
  • Author
    Posts
  • December 4, 2012 at 6:24 pm in reply to: Change background images #3367
    Ozzy
    Member

    what theme are you working with? do you have a link to the site?


    Ozzy Rodriguez | Twitter | Google+

    December 1, 2012 at 10:21 pm in reply to: Enterprise Theme – remove author link using functions.php #2828
    Ozzy
    Member

    check this page out http://my.studiopress.com/snippets/post-info/. is that what you were looking to do?


    Ozzy Rodriguez | Twitter | Google+

    December 1, 2012 at 10:15 pm in reply to: Executive Child Theme – Remove Page Title #2827
    Ozzy
    Member

    if you tried using add_action( ‘genesis_before’, ‘child_remove_page_titles’ ); instead of add_action( ‘get_header’, ‘child_remove_page_titles’ );?


    Ozzy Rodriguez | Twitter | Google+

    December 1, 2012 at 10:02 pm in reply to: Header size too big and tagline missing #2826
    Ozzy
    Member

    no, there is no default menu you can turn on, sorry 🙁

    you can either create pages or create custom ones just to create a menu. this should walk you through the process: http://codex.wordpress.org/Appearance_Menus_Screen


    Ozzy Rodriguez | Twitter | Google+

    December 1, 2012 at 9:09 pm in reply to: default colors in themes #2822
    Ozzy
    Member

    if you search your style.css for 'generate-orange', you'll see the orange colors used. for example in the header, #ef8806 is the orange there. there are different shades of orange, but you can find them by searching for 'generate-orange'.


    Ozzy Rodriguez | Twitter | Google+

    December 1, 2012 at 8:19 pm in reply to: default colors in themes #2819
    Ozzy
    Member

    the default colors would be in the style.css file.


    Ozzy Rodriguez | Twitter | Google+

    December 1, 2012 at 6:47 pm in reply to: Modifying Categories Pages #2812
    Ozzy
    Member

    i don't have access to the theme in question to see if i could be of any help, but here is the link to Genesis developers http://www.studiopress.com/genesis-developers


    Ozzy Rodriguez | Twitter | Google+

    December 1, 2012 at 6:40 pm in reply to: Having trouble with header height #2811
    Ozzy
    Member

    changing the min-height of the #header container seems to have done the trick!


    Ozzy Rodriguez | Twitter | Google+

    December 1, 2012 at 3:54 pm in reply to: Change caps to lowercase #2792
    Ozzy
    Member

    you're most welcome!

    it's not very hard once you know what you're looking for!


    Ozzy Rodriguez | Twitter | Google+

    December 1, 2012 at 1:51 pm in reply to: Posted a problem with Responsive Slider. (re-post here as bug issue) #2784
    Ozzy
    Member

    maybe it looks different in the browser you're looking at it in, but it looks good in safari, chrome and firefox. i see that the added tag is missing, but it shouldn't make a big difference.

    also, it's usually best to edit the style.css instead of using a plugin to add custom css.


    Ozzy Rodriguez | Twitter | Google+

    December 1, 2012 at 1:49 pm in reply to: Responsive Slider w/Agency – Continue Reading Button (not looking right) #2783
    Ozzy
    Member

    maybe it looks different in the browser you're looking at it in, but it looks good in safari, chrome and firefox. i see that the added tag is missing, but it shouldn't make a big difference.

    also, it's usually best to edit the style.css instead of using a plugin to add custom css.


    Ozzy Rodriguez | Twitter | Google+

    December 1, 2012 at 1:29 pm in reply to: Change caps to lowercase #2781
    Ozzy
    Member

    oh, thought you wanted to change TITLE to Title, or capitalizing the first letter... you'll want to use:

    text-transform: lowercase;

    if you want it to effect everything on your site, you'll have to do some searching and replacing in your style.css for 'text-transform' and update the ones you'd like to change.


    Ozzy Rodriguez | Twitter | Google+

    December 1, 2012 at 1:17 pm in reply to: Change caps to lowercase #2778
    Ozzy
    Member

    it would go in the css in the property that you want it to effect, like this:
    #title {
    text-tranform: capitalize;
    }


    Ozzy Rodriguez | Twitter | Google+

    December 1, 2012 at 12:53 pm in reply to: Change caps to lowercase #2775
    Ozzy
    Member

    text-transform: capitalize;


    Ozzy Rodriguez | Twitter | Google+

    December 1, 2012 at 12:29 pm in reply to: New: Responsive Agentpress Website (combines Minimum with Agentpress Listings) #2772
    Ozzy
    Member

    wow... great job on the merging of the two!


    Ozzy Rodriguez | Twitter | Google+

    December 1, 2012 at 10:46 am in reply to: Adding a style sheet to Studiopress Magazine theme #2762
    Ozzy
    Member

    you can't just use that style sheet as many of the containers, div id's and classes will be different from your current website. you'd have to edit the style.css in the child theme to match the website you currently have. it won't be the easiest thing to do, but it can be done.


    Ozzy Rodriguez | Twitter | Google+

    December 1, 2012 at 9:39 am in reply to: style.css changes not reflecting on website #2753
    Ozzy
    Member

    i can't connect to the site, either


    Ozzy Rodriguez | Twitter | Google+

    December 1, 2012 at 12:53 am in reply to: Header size too big and tagline missing #2738
    Ozzy
    Member

    yes, or you can create custom links as place holders. when creating a new theme, i usually import the xml from the child theme on the studiopress site that has all of the menus and content that you need to see what the site can do.


    Ozzy Rodriguez | Twitter | Google+

    November 30, 2012 at 11:23 pm in reply to: Change color of tagline only #2730
    Ozzy
    Member

    that's going to take quite a bit more than changing a couple lines of code. i don't have the theme myself, so i don't know exactly what would be the best way to do it, but maybe someone who does have it can code it out.


    Ozzy Rodriguez | Twitter | Google+

    November 30, 2012 at 11:21 pm in reply to: Cannot change background color #2729
    Ozzy
    Member

    look for this in your style.css:


    #wrap {
    background: url("images/bg.jpg") repeat scroll 0 0 transparent;
    margin: 5px auto 0;
    }

    change it to:
    #wrap {
    background: #f5f5f5;
    margin: 5px auto 0;
    }

    the line that changes is where the background comes from.


    Ozzy Rodriguez | Twitter | Google+

  • Author
    Posts
Viewing 20 posts - 221 through 240 (of 256 total)
← 1 2 3 … 11 12 13 →
« 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