Forum Replies Created
-
AuthorPosts
-
June 26, 2020 at 5:25 pm in reply to: Customizing Card Overlay Settings – Hover Text, Opacity Filter, & More #16975
Andres
ParticipantHi Tom,
I think resolving the issue in the GP thread will resolve this one. So that it’s in this thread in case anyone else has the same issue, here is the transform-related CSS:
body .wpsp-overlay.wpsp-ov-style-two .wp-show-posts-inner:hover {
-webkit-transform: translateY(0;
transform: translateY(0);
}If I run this CSS without any other CSS inserted, 2 additional errors show when running a CSS test (there are 4 CSS on that category page without any additional CSS running.
Have a good night.
Andrés
June 25, 2020 at 4:59 pm in reply to: Customizing Card Overlay Settings – Hover Text, Opacity Filter, & More #16947Andres
ParticipantHi Tom,
That nailed if for the text!!
The images still do move when the cursor is placed over them. It’s not the end of the world. I personally find it distracting, but that’s me. I’m not a fan at all of site that have things that move around and pop up.
Thank you very much, Tom
Have a good one.
Regards,
Andrés
June 25, 2020 at 8:49 am in reply to: Customizing Card Overlay Settings – Hover Text, Opacity Filter, & More #16924Andres
ParticipantHi Tom,
Thanks!
Is it possible to center the title vertically? It’s now centered horizontally. What I mean by “vertically” is have the title appear half way between the top and bottom of a photo, at zero on the X axis.
After inputting the following CSS, photos still move as a hover effect. Should this CSS disable that effect?
.wpsp-overlay.wpsp-ov-style-two .wp-show-posts-inner:hover { -webkit-transform: translateY(0; transform: translateY(0); }
The feed is looking great. Thank you very much.
By the way, I installed your plugin – Simple CSS – and it’s great!!
Have a good day.
Sincerely,
Andrés
-
AuthorPosts