• Dear WordPress users,
    I am using the twenty eleven theme, however I wish to change the colour of one word in my page title. Following the WP tutorial on ‘child themes’ I have managed to change the colour of the whole title but I’m too fussy to be satisfied! Does anybody know how I can change the colour of just one word within my title?
    Many thanks in advance for any help you might be able to offer!

    Matt

Viewing 1 replies (of 1 total)
  • Thread Starter mattpoulter

    (@mattpoulter)

    I should add, here is the code I pasted from the WP tutorial in order to change the colour of my website title:
    /*
    Theme Name: Twentyeleven Child
    Description: Child theme for the twentyeleven theme
    Author: Your name here
    Template: twentyeleven
    */

    @import url(“../twentyeleven/style.css”);

    #site-title a {
    color: #009900;
    }

Viewing 1 replies (of 1 total)
  • The topic ‘Changing the colour of a word in my title (twenty eleven theme)?’ is closed to new replies.