• Resolved Victor Svedberg

    (@victorsvedberggmailcom)


    I can’t seem to understand how to ad hover color to post titles in the twenty ten, i’ve figured that it uses some overall font size and would like to ad hovercolor to the titles but what’s the correct way to go about?

    OT: There should really be a tweak your Twenty Ten guide since it’s the standard-theme nowdays.

Viewing 2 replies - 1 through 2 (of 2 total)
  • these are the styles for the post title (the linked one on the front page) in style.css of TwentyTen:

    .entry-title a:link,
    .entry-title a:visited {
    	color:#000;
    	text-decoration: none;
    }
    .entry-title a:active,
    .entry-title a:hover {
    	color: #ff4b33;
    }

    btw: if you want to do more customisation, learning to use firefox web developer add-on or firebug might be a useful idea.

    Thread Starter Victor Svedberg

    (@victorsvedberggmailcom)

    Ah, I think it’s something wrong with Cufon. When I disable it, the hover-effects work properly.

    #content .entry-title {
    	color: #000;
    	font-size: 25px;
    	line-height: 1.3em;
    	font-weight: bold;
    	margin-bottom: 1px;
    }
    .entry-title a:link,
    .entry-title a:visited {
    	color:#000;
    	text-decoration: none;
    }
    .entry-title a:active,
    .entry-title a:hover {
    	color: #FF4B33;
    }
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Change hover color on post titles Twenty ten’ is closed to new replies.