Main title color

  • Unknown's avatar

    The bakground color on my post headings is green and I can´t seem to get rid of it. Any ideas? I want it to be white.

    http://www.norgepånytt.no

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

  • Unknown's avatar

    Your official domain is http://norgepaanytt.wordpress.com/

    I see that you are using the Structure theme. In that theme, the background for post headings is set like this:

    .main-title {
    background: #6AB32E url(images/bgs/post/main-title.png) no-repeat 0 0;
    border-bottom: 1px solid #5A962F;
    }

    I see that you used this CSS to change it to a red-ish color instead:

    .main-title {
    background: #72000A url('http://norgepaanytt.files.wordpress.com/2011/11/main-title-copy1.png') no-repeat 0 0;
    }

    Did that CSS solve the problem from your original question?

    I also noticed the post-date class elements are green. You can change that by switching out the colors in this CSS:

    .post-date {
    color: #51892A;
    text-shadow: 1px 1px #84C050;
    }
    .post-date .day {
    color: #51892a;
    }
  • The topic ‘Main title color’ is closed to new replies.