• 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

Str3lla

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 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • February 21, 2020 at 10:56 am in reply to: Customisation of theme Typography: Fonts #496877
    Str3lla
    Member

    Hi Junaid,
    I don't have Magazine PRO either. Anyway, you should be able to customize the fonts using one of the methods described in the tutorial provided by Anita in any Genesis Child Theme.

    Judging from the Theme Demo, Magazine PRO already uses a pair of fonts from Google Fonts (Raleway and Roboto). Since Berkshire Swash and Squada One are both present in Google Fonts, you should be able to find how the theme includes his default fonts and replace them with your fonts of choice.

    So, unless Magazine PRO provides a "non-coder friendly" solution, you can reach the desired result in 3 steps:

    1. Backup your child theme 🙂

    2. Edit the child theme files (most likely functions.php or appearance.php) to enqueue the desired font. This is done as described in the WBbeginner tutorial.
    You can search for wp_enqueue_script() in your function.php file and look for a font related style: maybe you can edit the existing code instead of creating it from scratch.

    3. Edit the style.css file.
    Search and replace the "font-family" value whenever you find it.

    For example, if you have:

    body {
    	
    	font-family: Roboto, sans-serif;
    	
    }
    

    It should became:

    body {
    	font-family: 'Squada One', sans-serif;
    }
    February 6, 2020 at 5:58 am in reply to: sample child theme – remove default content at bottom of pages #496502
    Str3lla
    Member

    Hi, s9tec!
    Go to Appearance > Widgets and remove the default footer content.

    For further information, check out the Theme setup guide.

    January 31, 2020 at 11:33 am in reply to: Genesis Sample Question About Removing Meta Data Above Content On Archive Pages #496336
    Str3lla
    Member

    I suppose that you are using the Entry Meta Box in the Customizer to put the disclaimer before the post content.
    If this is the case you can try with the genesis_post_info filter.

    //* Customize the entry meta in the entry header 
    add_filter( 'genesis_post_info', 'my_custom_post_info' );
    function my_custom_post_info( $post_info ) {
    	
    	if( ! is_singular( 'post' ) ) {
    		
    		$post_info = '[post_date] by [post_author_posts_link] [post_comments] [post_edit]';
    	
    	} 
    		
    	return $post_info;
    	
    }
    

    This way, the default Post Info will appear only on single posts.

    The Genesis Sample After Entry Widget Area may be a better alternative, but the disclosure text will appear after the Post Content. Give it a try!

    A third alternative may be a custom widget area.

  • Author
    Posts
Viewing 3 posts - 1 through 3 (of 3 total)

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