• I am using the Twenty-Eleven 1.3 theme and I need help in changing the color/font of my blog post titles. My website address is https://www.iamchristianj.com. When you click on the title of the blog the color changes to purple; however, I would like all of my blog titles to be displayed as purple whether you click on them or not.

Viewing 7 replies - 1 through 7 (of 7 total)
  • Do not edit the Twenty Eleven theme. It is the default WordPress theme and having access to an unedited version of the theme is vital when dealing with a range of site issues. First create a child theme for your changes.

    Thread Starter [email protected]

    (@cjwilson81yahoocom)

    Can you be a little specific about how to do this????

    Have you created & activated your child theme?

    Read the link she posted to.

    The post title CSS is here:

    .entry-title, .entry-title a {
        color: #222222;
        text-decoration: none;
    }

    This will likely be helpful too: Codex on CSS and Firebug.

    Thread Starter [email protected]

    (@cjwilson81yahoocom)

    No. In order to create a child theme what is the FIRST thing that I need to do? Do I go to my dashboard first?

    Please read the page at the link I posted above.

    Thread Starter [email protected]

    (@cjwilson81yahoocom)

    I read that already. Basically…I need to go into my WordPress Dashboard….go to Themes and then select Theme functions (functions.php) in order to do this…

    1.Make a new directory in wp-content/themes, and name it twentyeleven-child (or anything you like).
    2.Save the code below in a file named style.css, and drop this file in the new directory.
    3.Go to Dashboard ? Themes and activate your new theme, the Twenty Eleven Child.

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