• Resolved digitalhead

    (@digitalhead)


    I just changed the theme of my blog to a customized Blogsimplified to make it match the associated Twitter page. How can I get the blog entry background to change when the mouse hovers over it, like it does for individual tweets on Twitter?

Viewing 2 replies - 1 through 2 (of 2 total)
  • find the css class of your blog entry – this depends on your theme; for instance let this be .post ;

    then, in style.css, use
    .post:hover { background-color: #123456; }

    might not work in older browsers…

    Thread Starter digitalhead

    (@digitalhead)

    Thank you very much! I was using “:hover” with the wrong class.

    I finally finished my theme… I think. It’s nearly identical to the theme on my Twitter page.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Change post background on hover’ is closed to new replies.