• Resolved sarah4682

    (@sarah4682)


    I’m trying to change all of the red font on my site to yellow. Some of it was easy to locate and change. But I can’t find the Post Titles or the Sidebar Headers for Countdown Timer, Categories, Administration and Meta in my css stylesheet. I’m using the lavinya-black theme http://www.uponamidnightdreary.com Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • around line 160

    h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
    color: #990000;
    }

    h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
    color: #990000;
    }

    change the #990000 to the code for yellow.

    if you want to do more of adapting themes, you may want to install the developer addon for firefox – a good tool to find out style information on websites.

    PS: too late 😉

    Thread Starter sarah4682

    (@sarah4682)

    Thank YOU!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Change Font Color’ is closed to new replies.