• 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 color of comments reply text?

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 color of comments reply text?

This topic is: not resolved

Tagged: Comment Reply Color

  • This topic has 2 replies, 2 voices, and was last updated 9 years ago by Lynn.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • June 2, 2017 at 6:22 am #207269
    Lynn
    Member

    When people fill in a comment area on my website the text they type in is a light gray color. I would like to change that to black. Is this possible?

    Just to be clear, when someone published their comment it shows up black. So that's good. This is only when you visit one of my posts and type in your comment (before publishing it). So if you visit the sample URL below and type in a reply... that is light gray and I'd like it to be black.

    Any help?

    http://www.newshorescoaching.com/en/leading-retirement-part-2-vision-journey/
    June 2, 2017 at 7:50 am #207271
    Victor Font
    Moderator

    The light color comes from this CSS at line 368 in style.css:

    input, select, textarea {
        background-color: #fff;
        border: 1px solid #ddd;
        border-radius: 3px;
        box-shadow: 1px 1px 3px #eee inset;
        color: #999;
        font-size: 14px;
        padding: 16px;
        width: 100%;
    }

    input, select, and textarea are all different types of form fields. If you change color in the code above, you'll be changing it for all form fields. If you want to change the text area only, break it out into its own CSS like the following, just make sure you place it in style.css after the above code.

    `textarea {
    color: #000;
    }


    Regards,

    Victor
    https://victorfont.com/
    Call us toll free: 844-VIC-FONT (842-3668)
    Have you requested your free website audit yet?

    June 2, 2017 at 9:06 am #207272
    Lynn
    Member

    Thanks, Victor, but when I changed that to #000 nothing happens?

    Ex. http://www.newshorescoaching.com/en/leading-retirement-part-1-foundation/

    Here is what my CSS says:

    input,
    select,
    textarea {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 3px;
    box-shadow: 1px 1px 3px #eee inset;
    color: #000;
    font-size: 14px;
    padding: 16px;
    width: 100%;
    }

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