Hello,
How can i add hover over images (opacity change on mouse over) to images on the home page?
I found the above code to a particular page:
body.page-id-95 .post img:hover {
background: #dddddd;
}
How do I change him to home page? By my examination this code does not work already.
Thank you.