• I’m using the theme Misty Lake and found in another forum thread that in order to change any CSS in a theme without losing changes when the theme updates, I needed to install Jetpack and use the Custom CSS module. I’ve gotten that far.

    However, I can’t identify the correct class to change the color of the header text (not the text itself, that one I appear to have figured out). I tried using Firebug, but can’t make heads or tails of what I’m reading. I’m not very good at CSS yet, and only want to make this one small change. Any ideas?

    My website is ericaconverso.com.

    Thanks so much for any help you can give me!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi Erica!

    I glanced at your site real quick and have one quick question. Is it the “Welcome! Check out my new website and blog!” title your are looking to change the color of? If so, I found the class .entry-title a that will control the color of that title.

    For example, the following code will change it to a light grey color (so you can see the change):

    .entry-title a {
    color: #aaaaaa;
    }

    You can then change that color to whatever you’d prefer. Try that out and see if that’s what you’re trying to accomplish. Let me know if that’s not it and I’ll take a second look.

    Cheers!
    Clint

    Thread Starter ericaconverso

    (@ericaconverso)

    Clint,

    That worked perfectly! Thanks so much for all your help!

    Best,
    -Erica

    You’re welcome Erica. Glad I could help.

    Clint

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Misty Lake – Changing Header Text Color’ is closed to new replies.