We're merging with GenerateBlocks! Learn more here.

Support Forum

Please login to receive premium support.

Support for the free plugin can be found here.

Home Forums Pro Support How to show Post title on hover, Styling effect Reply To: How to show Post title on hover, Styling effect

#6451
Tom
Keymaster

Definitely!

In front of each selector, add this: #wpsp-3616

So this:

.wp-show-posts-inner {
	position: relative;
	margin-bottom: 0 !important;
	overflow: hidden;
}

Would become this:

#wpsp-3616 .wp-show-posts-inner {
	position: relative;
	margin-bottom: 0 !important;
	overflow: hidden;
}