• 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

Chaging the Enterprise HOme Page

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

Community Forums › Forums › Archived Forums › General Discussion › Chaging the Enterprise HOme Page

This topic is: not resolved
  • This topic has 4 replies, 4 voices, and was last updated 12 years, 9 months ago by MoodyRiviera.
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • April 9, 2013 at 5:00 pm #34403
    fblair
    Member

    This s a simple question from a Genesis newbie.  I changed a portion of the Enterprise home page php file and the changes do not show up.  For example, I want to take off force upper case on the main title.  When I take that out of the php code, the title is still upper case.  Same thing happens with other attributes.  Am I missing something that needs to push changes out?

    April 12, 2013 at 8:35 pm #35142
    AnitaC
    Keymaster

    Please post a link to your site.


    Need help with customization or troubleshooting? Reach out to me.

    April 12, 2013 at 8:50 pm #35145
    Brad Dalton
    Participant

    There is no text-transform:uppercase in any of the PHP files.

    You'll find the code for this in your child themes style.css file.

    If you open the file using a text editor like Notepad++ and search using the word 'uppercase', you'll find these lines in your style sheet which all use this declaration:

    line 184
    line 284
    line 387
    line 531
    line 933
    line 990
    line 1056
    line 1356
    line 1503

    Simply change the value to

     text-transform: none; 

    or delete that line only from the declaration for the classes you want to change back to the default.

    Example:

    #title {
    	border: none;
    	font-family: 'Droid Sans', arial, serif;
    	font-size: 36px;
    	line-height: 42px;
    	margin: 0;
    	padding: 0;
    	text-transform: uppercase;
    }
    

    Change to this:

    #title {
    	border: none;
    	font-family: 'Droid Sans', arial, serif;
    	font-size: 36px;
    	line-height: 42px;
    	margin: 0;
    	padding: 0;
    	text-transform: none;
    }
    

    Or to this:

    #title {
    	border: none;
    	font-family: 'Droid Sans', arial, serif;
    	font-size: 36px;
    	line-height: 42px;
    	margin: 0;
    	padding: 0;
    }
    

    Tutorials for StudioPress Themes.

    April 12, 2013 at 10:16 pm #35173
    fblair
    Member

    It turned out I had to flush the bowser history to get the changes to show up.  Thanks.

    May 27, 2013 at 3:10 pm #42830
    MoodyRiviera
    Member

    Thanks, #BradDalton....this is just what I needed to know.

  • Author
    Posts
Viewing 5 posts - 1 through 5 (of 5 total)
  • The forum ‘General Discussion’ is closed to new topics and replies.

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