Home › Forums › Pro Support › How to show Post title on hover, Styling effect › Reply To: How to show Post title on hover, Styling effect
November 15, 2018 at 8:18 pm
#6451
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;
}