• How do you change the Title color to be different front the color of the site description? My webpage I am working on is https://www.alexsandralett.com, it lets me choose a color for both (which I put in red) But I want the “Lett’s Talk” to be purple and the Description only to be red.

    I have a backup on the coding on my computer so I can restore to the original version if needed.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Paste this at the bottom of your style.css file:

    #site-title a, #site-description {
     color: purple !important;
    }

    This file is located: Appearance > Editor > Style.css

    Sorry this is the correct code:

    #site-description {
     color: purple !important;
    }

    Using the code from my previous post targets the title and description.

    Thread Starter athompson17

    (@athompson17)

    That didn’t work for me? Maybe I am doing something wrong. I went to the style.css sheet and pasted it into the bottom. then clicked update, and the webpage still has all red. I want the Title “Letts Talk” to be purple

    Check your source code, there may be a style sheet other than your style.css file controlling this. If that’s the case then the change would not work.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Change font color in Title’ is closed to new replies.