• Banging my head against the wall here. I am not very knowledgeable in css to say the least. On my home page I want to be able to change the color of the title of the posts that appear there. From blue to red. When I go to the post itself the title does show in red but cannot find how to change that on the home page of my site. Site is http://www.travelswithgoyo.com

    Any help is appreciated.

Viewing 1 replies (of 1 total)
  • Take a look to the style.css
    Add after

    h2.posttitle {
    margin:0 0 5px 0;
    padding:0;
    }

    something like:

    h2.posttitle a {
    color:red;
    }

Viewing 1 replies (of 1 total)
  • The topic ‘Change title color in theme F2’ is closed to new replies.