• Resolved weddingsbyjr

    (@weddingsbyjr)


    Hello,

    On my blog home page – the color of each post’s title is exactly how I want it to be. However, when I click on that post and it takes me to the entire post – the title is now black. How do I change the black title to the blue color that is on the home page? Also, is there a way to center the title of the post?

    Thanks!
    https://www.aweddingdiary.com

Viewing 7 replies - 1 through 7 (of 7 total)
  • it’s gonna be .posttitle h1 in your style.css

    change the color value to reflect whats in

    .posttitle h2

    adding the line
    text-align:center;

    to the css should also center it

    Thread Starter weddingsbyjr

    (@weddingsbyjr)

    That is funny – I don’t see a color for .posttitle h2. Here is what my stylesheet says for these:

    }
    h1.posttitle a, h2.posttitle a {
    text-decoration: none;
    }
    h2.posttitle {
    margin: 0 0 0.6em 0;
    font-size: 2em;
    line-height: 0.6em;
    }

    I’ll try the centering once we get the color figured out ??

    Thanks!

    sorry didn’t notice the multiple stylesheets, the blue link color is coming form here

    .post h2 a {
    	color: #A4C4CD;
    }

    in orange.css

    I guess you could add

    .post h1 {
             color: #A4C4CD;
    }

    under it

    Thread Starter weddingsbyjr

    (@weddingsbyjr)

    may be a silly question – but how do I acess orange.css? I had someone help set up my blog, so i haven’t learned everything myself just yet.

    unfortunately, it is tucked away in a folder, so it’s not accessible through the wordpress editor

    you can try adding

    .post h1 {
             color: #A4C4CD;
    }

    to your style.css first and see if it works, it should

    You would need to use ftp software to get to orange.css

    Thread Starter weddingsbyjr

    (@weddingsbyjr)

    You are awesome, that worked. Centering worked as well.

    Thanks again!

    sweet! glad it worked!

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