• 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 16 posts - 241 through 256 (of 256 total)
← 1 2 3 … 11 12 13
  • Author
    Posts
  • November 30, 2012 at 9:09 pm in reply to: Change color of tagline only #2721
    Ozzy
    Member

    it looks like you're adding these css changes to your wp_head() script in the genesis settings. you should make the changes in the style.css.

    in any case, you have this code:
    #title a, #title a:hover, #description { color: #9e1b36; }

    if you separate them, then you'll be able to change the colors for each, like so:
    #title a, #title a:hover { color: #9e1b36; }
    #description {color: #9e1b36; }

    i hope that makes some sense.


    Ozzy Rodriguez | Twitter | Google+

    November 30, 2012 at 8:51 pm in reply to: Header size too big and tagline missing #2715
    Ozzy
    Member

    you can change the font size: 50px; to whatever you like, but that's the way to decrease the size of the title 🙂


    Ozzy Rodriguez | Twitter | Google+

    November 30, 2012 at 8:49 pm in reply to: Header size too big and tagline missing #2714
    Ozzy
    Member

    search for the following:

    #title {
    font-family: 'Sofia',cursive;
    font-size: 55px;
    height: 123px;
    letter-spacing: 0;
    margin: 0;
    text-transform: lowercase;
    }

    and change it to the following:
    #title {
    font-family: 'Sofia',cursive;
    font-size: 50px;
    letter-spacing: 0;
    margin: 0;
    text-transform: lowercase;
    }


    Ozzy Rodriguez | Twitter | Google+

    November 30, 2012 at 5:06 pm in reply to: Removing Primary Sidebar #2680
    Ozzy
    Member

    have you tired going to Genesis > Theme Settings and changing the default layout to full width?


    Ozzy Rodriguez | Twitter | Google+

    November 30, 2012 at 3:58 pm in reply to: Removing Primary Sidebar #2638
    Ozzy
    Member

    if you're just wanting to remove the sidebar from the home page, you could either force a full width page on the home page or do put something like this in your functions.php file:

    // remove sidebar from home
    add_action ('genesis_before_loop', 'remove_sidebar_home');
    function remove_sidebar_home() {
    if (is_home() ) {
    remove_action ('genesis_after_content','genesis_get_sidebar');
    }
    }


    Ozzy Rodriguez | Twitter | Google+

    November 30, 2012 at 3:12 pm in reply to: Add "Header Left Widget" and Center Logo in Header #2620
    Ozzy
    Member

    yes, there sure is. it's on the Hook Reference page. you can also use something like the simple hooks plugin.


    Ozzy Rodriguez | Twitter | Google+

    November 30, 2012 at 3:07 pm in reply to: What is the current snippet to create splash page #2619
    Ozzy
    Member

    you're only leaving out one line from this post, How to create a landing page. that shouldn't effect your breadcrumbs, though.


    Ozzy Rodriguez | Twitter | Google+

    November 29, 2012 at 10:21 am in reply to: Move main menu to the css header #2309
    Ozzy
    Member

    you can use the header widget and use the custom menu widget.


    Ozzy Rodriguez | Twitter | Google+

    November 29, 2012 at 10:08 am in reply to: Genesis Training Classes #2302
    Ozzy
    Member

    i found it to be difficult at the beginning, but once i started getting the hang of it, it's amazing. i would suggest you stick to it as using any new framework is difficult, but the power that Genesis gives you is worth the time you'll spend working with it.

    i haven't been working with Genesis too long, so i'm sure i'm just skimming the surface.


    Ozzy Rodriguez | Twitter | Google+

    November 29, 2012 at 4:13 am in reply to: Footer Widgets Have content but not showing #2238
    Ozzy
    Member

    has she put widgets in the first widget? they tend to not display if there's nothing there...


    Ozzy Rodriguez | Twitter | Google+

    November 24, 2012 at 11:42 pm in reply to: Topic for Discussion: StudioPress for personal use or for clients… #1544
    Ozzy
    Member

    I'm fairly new to Genesis but have fallen in love with it. I haven't purchased the pro-plus package because most of the work I do is custom. Ever since I got comfortable with Genesis, I've used it as the framework (3 so far). My clients haven't cared how I do the job, just as long as it gets done and Genesis has really helped make it much easier so far.  I have been thinking I could always purchase the pro-plus package and then offer the themes as sort of a low-cost version of my services if they don't want to pay the price of a full custom site.


    Ozzy Rodriguez | Twitter | Google+

    November 24, 2012 at 11:25 pm in reply to: Trouble With Link Styling – News Theme #1541
    Ozzy
    Member

    i don't know how it's being generated, but the reason the "blockquote" is working that way is because it is styled one way and the "p" inside of it is styled by the .entry-content p. if you were to put the "related" into it's own style like the block quote and then have the hyperlink inside of it, (<p> then <a>), i think you would have better luck.

    i hope that helps...


    Ozzy Rodriguez | Twitter | Google+

    November 21, 2012 at 8:38 am in reply to: Genesis Slider – Agency Theme #1110
    Ozzy
    Member

    i haven't looked at the documentation, but either you have to limit the content to less characters or use the excerpt in the slider settings.


    Ozzy Rodriguez | Twitter | Google+

    November 20, 2012 at 11:36 am in reply to: Looking for feedback / suggestions on my Surf / Kayak Studio Press News Blog #888
    Ozzy
    Member

    I think it would look better if the wrap didn't have a border on it, especially the header area. The top nav would stand out more if it was different, maybe with a background color. Right now, it's a little difficult to see. Same with the copyright and back to top text.


    Ozzy Rodriguez | Twitter | Google+

    November 19, 2012 at 9:52 pm in reply to: Gaming Clan Website – Almost Done [Lifestyle] #789
    Ozzy
    Member

    looking very cool!


    Ozzy Rodriguez | Twitter | Google+

    November 16, 2012 at 11:32 am in reply to: News Site #333
    Ozzy
    Member

    i like it... very easy to navigate!

    you should fix the link in your post, though.


    Ozzy Rodriguez | Twitter | Google+

  • Author
    Posts
Viewing 16 posts - 241 through 256 (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