Reply To: Adding the post image section to content.php

Home Forums Support Adding the post image section to content.php Reply To: Adding the post image section to content.php

Home Forums Support Adding the post image section to content.php Reply To: Adding the post image section to content.php

#230892
Paul

I think solved this now with:

.post-image a:hover::before{
	content: '';
	position: absolute;
	background-image: url(https://geekslife.com/wp-content/uploads/2016/09/m-dot.png);
	background-repeat: no-repeat;
	height: 100%;
	width: 100%;
}