• Hi folks,

    I have a blog i’m setting up here http://squarepegstudios.co.uk/blog/
    I cannot for the life of me change the post title which is white with a gold rollover colour.

    I’ve edited .entry-header and .entry-title to no avail whatsoever 🙁

    Can someone point me in the right direction? Firebug doesn’t even show me the css to change 🙁

    Thanks!

Viewing 1 replies (of 1 total)
  • Hi MaryByker,

    Since the title is wrapped inside an anchor element, you can edit the CSS as follows:

    .post .entry-header .entry-title a {
      color: yourColor;
    }
    .post .entry-header .entry-title a:hover {
      color: yourHoverColor;
    }

    Hope that helps!

    txpost

Viewing 1 replies (of 1 total)
  • The topic ‘Can not for the life of me change post title colour!’ is closed to new replies.