• 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

Executive Pro Styling Issues

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 › Design Tips and Tricks › Executive Pro Styling Issues

This topic is: not resolved

Tagged: executive pro

  • This topic has 1 reply, 2 voices, and was last updated 7 years, 9 months ago by Victor Font.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • September 26, 2017 at 1:54 pm #211877
    carolensminger
    Member

    I'm struggling with a few styling changes. I'm not a developer but I know how to inspect an element and then change it in the style sheet. Problem is, I either make the changes and it does nothing, or I can't find where to change it.

    Issues on:
    1. Navigation: Increase the font size.
    2. Call to Action Banner: I can change the upper padding but not the lower.

    3. Page Entry titles - Decrease font size. I can change the weight, but not the size. I tried to make the H1,H2, etc., smaller too but no changes.

    http://riteflo.com/
    September 27, 2017 at 4:54 am #211915
    Victor Font
    Moderator

    1. Add font size to .genesis-nav-menu a at line 1252 in style.css

    .genesis-nav-menu a {
        color: #666;
        display: block;
        padding: 16px;
        position: relative;
    }

    As you increase the font-size, you may have to decrease the padding between the menu items. To do this, you would change the padding in the above code to padding: 16px 10px;

    2. The CTA doesn't have bottom padding. It has a bottom margin at line 949 in style.css:

    .executive-pro-home .featured-content .entry {
        margin-bottom: 36px;
    }

    3. Entry titles are controlled by .entry-title at line 882 in style.css:

    .entry-title {
        font-size: 32px;
        font-size: 4.2rem;
        line-height: 1;
        margin-bottom: 20px;
    }

    Notice there are two font-size directives. A rem unit is a flexible unit used by modern browsers. The px is a fixed unit of measurement used by older browsers. When you change a font-size, when both measurements are used, you have to change both. You have a font-size of 32px. The matching rem unit is 3.2rem. Both units have to match.


    Regards,

    Victor
    https://victorfont.com/
    Call us toll free: 844-VIC-FONT (842-3668)
    Have you requested your free website audit yet?

  • Author
    Posts
Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘Design Tips and Tricks’ 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

© 2025 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