Hi There,
I am about to create a series of portfolio items on this site
http://philipclayupgrade-com.stackstaging.com
When I hover over them I would like an image to appear that is uniqe for each item.
Previously (As in this post Previous Post ) I have used this global CSS to make the “View” image appear on all portfolio items. This time I want to go one step further. Can anyone help?
.entry-thumb:before {
position: center;
content: ‘’;
background: url(http://keighleyclay.com/wp-content/uploads/2018/01/VIEW-NEW-e1516307865382.jpg) center center;
background-size: contain;
}