Text color for "Notify Me"

Support Area Forums Epic Text color for "Notify Me"

Viewing 2 posts - 1 through 2 (of 2 total)
URL to the page in question:
  • Author
    Posts
  • #13598
    Tom Howard
    Participant

    Below the “Post Comment” button of a blog post are check boxes with the text:

    Notify me of follow-up comments by email.
    Notify me of new posts by email.

    I am using the Dark theme option and need to change the color of this font. I have changed everything except this item successfully. Can you help me, please?

    Thanks.

    #13601
    Bill Robbins
    Participant

    Tom,

    Fantastic question. I’m guessing that you’re referring to the Jetpack plugin’s subscription links that can be shown below the comment area. If that’s the case, they are actually loaded via what’s called an iFrame. It’s similar to embedding a YouTube video or a Facebook like box.

    The bad part about that is the site where it’s embedded can’t change the styling of anything inside the iFrame.

    I believe that the plugin does add in a few color options that you can choose from. If you’ll go to the Sections section in your WordPress control panel and select Discussion, there are a couple of color options there you can try.

    If the comment area is set to transparent you can set a background color though. Here’s how you can do that:

    1. Go to the Theme Options page and select the Styling tab.
    2. Scroll down to the Custom CSS box and paste this:
      
      iframe#jetpack_remote_comment {
      	background-color: #cccccc;
      }
      
    3. Update your settings.

    That would make the background color gray. You can change the #cccccc to the hex color of your choice if you'd like something different there.

    If I can help, just let me know,
    Bill

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Text color for "Notify Me"’ is closed to new replies.