• 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

Change Font Size of Buttons on Entire Site

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 › Change Font Size of Buttons on Entire Site

This topic is: not resolved

Tagged: buttons, css

  • This topic has 1 reply, 2 voices, and was last updated 5 years ago by askdesign.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • November 7, 2018 at 3:48 pm #224230
    badtaco
    Member

    I'm trying to change the font size (make it bigger) for all of the buttons on my site. So far I've only been able to make changes to button text size for buttons in any widget areas but not in other places on my site.

    I would like to add CSS to do this with and looking for anyone that can help, thanks in advance.

    http://www.AgentRedefined.com

    I'm using the Monochrome theme.

    https://www.agentredefined.com
    July 1, 2020 at 7:28 am #499793
    askdesign
    Participant

    I'm not sure which buttons you're referring to (there are lots of buttons on the site).

    The social media buttons can be changed directly in the plugin. If you want to change the CSS manually, here's the code:

    ORIGINAL CODE

    #simple-social-icons-4 ul li a, #simple-social-icons-4 ul li a:hover, #simple-social-icons-4 ul li a:focus {
        background-color: #282828 !important;
        border-radius: 3px;
        color: #09baef !important;
        border: 0px #ffffff solid !important;
        font-size: 27px;
        padding: 14px;
    }

    MODIFIED CODE

    #simple-social-icons-4 ul li a, #simple-social-icons-4 ul li a:hover, #simple-social-icons-4 ul li a:focus {
        background-color: #282828 !important;
        border-radius: 3px;
        color: #09baef !important;
        border: 0px #ffffff solid !important;
        font-size: 37px;
        padding: 14px;
    }

    For the Submit Button:
    ORIGINAL CODE

    .hs-button {
        font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
        margin: 0;
        cursor: pointer;
        display: inline-block;
        font-weight: 700;
        line-height: 12px;
        position: relative;
        text-align: center;
        background-color: #ff7a59;
        border-color: #ff7a59;
        color: #fff;
        border-radius: 3px;
        border-style: solid;
        border-width: 1px;
        font-size: 14px;
        padding: 12px 24px;
    }

    MODIFIED CODE

    .hs-button {
        font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
        margin: 0;
        cursor: pointer;
        display: inline-block;
        font-weight: 700;
        line-height: 12px;
        position: relative;
        text-align: center;
        background-color: #ff7a59;
        border-color: #ff7a59;
        color: #fff;
        border-radius: 3px;
        border-style: solid;
        border-width: 1px;
        font-size: 24px;
        padding: 12px 24px;
    }

    Anne S. Katzeff
    Designer | Artist | Teacher

  • 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