• 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 COLOR of H1, H2….

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 COLOR of H1, H2….

This topic is: resolved

Tagged: color change, design, minimum pro

  • This topic has 6 replies, 5 voices, and was last updated 8 years, 5 months ago by iosipratama.
Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • January 10, 2017 at 5:55 pm #199163
    LAMurabito
    Member

    Hello,

    Currently, I've chosen the Minimum Pro but I'd like to add some color to the site and change the color of the Headings and titles of blogs... Any suggestions ?

    Thank you,

    Laurie-Ann Murabito
    http://www.RethinkYourSuccess.com

    http://www.RethinkYourSuccess.com
    January 10, 2017 at 7:23 pm #199165
    Susan
    Moderator

    Using Firebug, you can identify which areas of your stylesheet you will need to change.

    Depending on where you want to change, you may need to make a couple of updates, but you can add in colors into this section:

    
    /* Headings
    --------------------------------------------- */
    
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
    	font-family: 'Roboto Slab', serif;
     	font-weight: 400;
    	line-height: 1.2;
    	margin: 0 0 15px;
    }
    
    h1 {
    	font-size: 30px;
    }
    
    h2 {
    	font-size: 28px;
    }
    
    h3 {
    	font-size: 24px;
    }
    
    h4 {
    	font-size: 20px;
    }
    
    h5 {
    	font-size: 18px;
    }
    
    h6 {
    	font-size: 16px;
    }
    
    
    January 11, 2017 at 12:02 pm #199212
    dyenet
    Member

    Following:
    Where do you change the Post/blog title and body type fonts, like size, color, bold. They are not headings. Can I create new fonts? Where do I put them?

    January 14, 2017 at 2:11 am #199361
    DesignJunkie270
    Member

    Dyenet,

    To ad a new font use the snippet below (in functions.php) to register a new font. Change out the link with your own link. You can add as many fonts as you need to this way.

    
    add_action( 'wp_enqueue_scripts', 'FM_load_google_fonts' );
    function FM_load_google_fonts() {
    	wp_enqueue_style( 'google-font-Lato', '//fonts.googleapis.com/css?family=Lato:300,700', array(), CHILD_THEME_VERSION );
            wp_enqueue_style( 'another-font', '//link.yourfont.com', array(), CHILD_THEME_VERSION );
    }
    

    To style it, use Susan's post above. The tags that will take font styling include h1 - h6, p and span. Modify the code below as needed. First code block changes any entry titles that are a H1 on the single posts, the second block changes the h2 and h3 on single posts.

    .single-post h1.entry-title {
        font-family: 'Poppins', sans-serif;
        font-weight: 600 !important;
        letter-spacing: 0 !important;
        font-size:2.5rem;
        text-transform: none;
    }
    
    .single-post h2, .single-post h3 {
        font-family: 'Poppins', sans-serif;
        font-weight: 600;
        text-transform: none;
        font-size: 22px;
    }
    

    Good Luck!

    January 14, 2017 at 4:19 pm #199404
    LAMurabito
    Member

    Thank you for your detailed answer. I'm not a coder but I feel I should be able to figure all this out. So hence, the foolish question now...... Where do I get into the code? I already uploaded the theme to my wordless site.

    Thank you!

    LA

    January 14, 2017 at 4:21 pm #199406
    LAMurabito
    Member

    Found it!

    January 14, 2017 at 10:52 pm #199409
    iosipratama
    Member

    Thank you very much for your explanation .
    I'm beginner for wordpress . Learn wordpress just from 2 two weeks ago .

    Then , I want to ask , How I can add font except Google Font ?
    Ex : Proxima Nova Font

    Sorry I can't speak english well .

  • Author
    Posts
Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Change COLOR of H1, H2….’ is closed to new 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