• 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

Footer 3 Missing and Text Color Change

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 › Footer 3 Missing and Text Color Change

This topic is: not resolved

Tagged: footer widgets, site footer text

  • This topic has 1 reply, 2 voices, and was last updated 2 years, 11 months ago by askdesign.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • September 14, 2019 at 5:34 am #493566
    tlscott1
    Member

    Hello,

    I have the digital pro theme and I am wondering why I can't find my Footer 3 Widget for my front page? I only have footer 1 & 2? Also, how do you change the text color in the footer?

    Any help would be me much appreciated.

    Thanks

    http://www.stuffparentslike.com
    June 20, 2020 at 7:21 pm #499412
    askdesign
    Participant

    For the footer widgets, I see only Footer 1 displayed. Are you saying that the widget areas for Footers 2 and 3 don't exist? If so, I would try re-installing the theme.

    If you are comfortable editing the functions.php file, this is the code that should exist in it:

    // Add support for 3-column footer widget.
    add_theme_support( 'genesis-footer-widgets', 3 );
    
    // Register widget areas.
    genesis_register_sidebar( array(
    	'id'          => 'front-page-1',
    	'name'        => __( 'Front Page 1', 'digital-pro' ),
    	'description' => __( 'This is the 1st section on the front page.', 'digital-pro' ),
    ) );
    genesis_register_sidebar( array(
    	'id'          => 'front-page-2',
    	'name'        => __( 'Front Page 2', 'digital-pro' ),
    	'description' => __( 'This is the 2nd section on the front page.', 'digital-pro' ),
    ) );
    genesis_register_sidebar( array(
    	'id'          => 'front-page-3',
    	'name'        => __( 'Front Page 3', 'digital-pro' ),
    	'description' => __( 'This is the 3rd section on the front page.', 'digital-pro' ),
    ) );
    

    BE SURE TO MAKE A BACKUP OF YOUR THEME BEFORE DOING ANY EDITS!

    For the text color, the original code is:

    .site-footer a, .site-footer p {
        border-bottom-width: 0;
        color: #f2f2f2;
    }

    I've changed it to red to make it visible, but you can use any color you want:

    .site-footer a, .site-footer p {
        border-bottom-width: 0;
        color: #a73737;
    }

    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

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