• Can i change all the title’s colours? It seems all are in black now. I just wanna change all to one colour, maybe grey..where is the file to edit? I’ve tried Stylesheet.css but i don’t see or maybe can’t find the section to edit this part.

Viewing 4 replies - 1 through 4 (of 4 total)
  • If you are refering to your blog post titles then look for this:

    <div class="post"><h2 id="post-x"><a href=""></a></h2>

    I don’t use the templates, but anything in your css that has .post, .post h2, .post h2 a or some similar pattern should control your post title color.

    Thread Starter froots

    (@froots)

    I’ve manage to change the link title’s colour but still no luck in finding the title of every posts font colour ??

    if you want to change the post title look for something like:
    h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
    color: #333;
    }

    Thread Starter froots

    (@froots)

    Thanks…..jpettit

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