change heading color

  • Unknown's avatar

    Hi im using the theme Tarski and trying to change the color of my post titles and having trouble. Is this section h1 and h2? This is the code:

    h1, h2, .post-title {
    font-family: ‘Times New Roman’, Times, serif; font-size: 2em; font-weight: normal; line-height: 120%;
    margin: 0; border-bottom: 1px solid #ccc; padding: 0 0 0.1em 0;
    }
    .static .post-title, .archive .post-title {
    margin: 0 0 0.3em 0;
    }

    I’ve tried adding in color but it doesnt change anything. Can anyone help? Thanks

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    can u check for this one and change the color there and see?

    a:link, a:visited, a:active {
    color: #006a80;
    }
  • Unknown's avatar

    Hi,

    Thanks for getting back to me. This works however it changes the color of all of my links on the site, is there a way to only change the post title?

    Thanks again

  • Unknown's avatar

    Give this a try:

    .post-title,
    .post-title a {
    	color: #9FC944;
    }
    
    .post-title a:hover {
    	color: #A42632;;
    }

    Adjust the color codes as necessary.

  • The topic ‘change heading color’ is closed to new replies.