• 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

Turning the Header Description into a link

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 › Turning the Header Description into a link

This topic is: not resolved
  • This topic has 4 replies, 3 voices, and was last updated 12 years, 2 months ago by chad1008.
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • July 30, 2013 at 1:39 pm #53239
    john gronley
    Member

    Hey can someone tell me how to turn the site description into a hyperlink and have it stay the color of the description instead of the link color? My customer wants the description to go to an interior page with lists of pickleball communities.

    http://pickleballarizona.com

    Thanks,

    John

    http://pickleballarizona.com
    August 2, 2013 at 4:51 am #53701
    Brad Dalton
    Participant

    Try this John:

    You will need to style it using CSS to change the default link color.

    You could also remove this:

    <p style="text-align: center;">
    

    And use CSS instead.


    Tutorials for StudioPress Themes.

    August 2, 2013 at 5:14 am #53708
    Brad Dalton
    Participant

    Here's some sample CSS you can use or modify:

    .custom-description a, a:visited {
        color: #000000;
        font-family: times new roman,'Oswald',arial,serif;
        font-size: 24px;
        font-weight: normal;
        margin: 0;
        text-align: center;
        text-shadow: 1px 1px 1px #070707;
    }
    

    I took out the padding:

    padding: 5px 0 0 120px;
    

    Tutorials for StudioPress Themes.

    August 2, 2013 at 8:54 pm #53854
    john gronley
    Member

    Thanks Brad

    April 17, 2014 at 10:34 pm #101097
    chad1008
    Member

    This was perfect.

    If anyone needs to link the description to the homepage of their site, this is how I modified Brad's snippet:

    //Link Site Description To Homepage--------------------------
    remove_action( 'genesis_site_description', 'genesis_seo_site_description' );
    add_action( 'genesis_site_description', 'custom_site_description' );
    function custom_site_description() {
    echo "<p id='description'><a href='" . get_bloginfo('url') . "'>" . get_bloginfo('description') . "</a></p>";
    };

    Thanks Brad!

  • Author
    Posts
Viewing 5 posts - 1 through 5 (of 5 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

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