• I can change the font color to my new page post titles, but I can’t find the codes to change the font for my individual post titles. Check out my website at nuttsphotography.com. The posts titles are blue and I can’t change them, but when you go to the individual pages, they are cream like I want them.

Viewing 4 replies - 1 through 4 (of 4 total)
  • <div class="title">
    <h2><a href="https://nuttsphotography.com/?p=230">The Crib - Such a happy place</a></h2>

    In your style.css file edit this

    /*POST TITLE FONT STYLE**/
    
    .ti, .title h2 {
    
    	margin:0;
    
    	font-size:30px;
    
    	color:#f8f7e1;
    
            font-family: Georgia, "Times New Roman", Times, serif;
    
    	font-weight:bold;
    
    	line-height:27px;
    
    	}

    Thread Starter mmnutt

    (@mmnutt)

    I did that but it didn’t change the individual post title colors, just the page Title color. I can’t get rid of the blue!

    Most likely your post titles are links and are therefore the link color.

    Well, your Post title look White today so you must have changed something.

    I would have to agree with thisisedie, based on your CSS for class=post, there is no color option.

    .post {
    
    	padding:0 15px;
    
    	overflow:hidden;
    
    }
    
    .post p {
    
    	line-height:23px;
    
    	margin:0 0 22px;
    
    }
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Change font color of Post Titles- NOT WORKING!’ is closed to new replies.