Plugin Support
Yann
(@collet)
Hi Anne,
Thanks for the kind words. Would you please tell me which theme you are using?
Thanks,
Yann
Thread Starter
laaika
(@laaika)
Thanks. I am using Twenty Twenty-One.
Plugin Support
Yann
(@collet)
For the Twenty Twenty-One theme, you can add the following CSS code in the Customizer > Additional CSS panel to deactivate the “stretched links” option on the blog page.
.hentry h2.entry-title a::after {
content: none;
}
Hope that helps.
Would you mind leaving us a quick review on our plugin page? This allows us to continue providing great features and helps other users to find us. 🙂
Thread Starter
laaika
(@laaika)
Thanks a lot! The “stretched link” is deactivated so far. But I still can’t watch the videos within the blog page. Is there any solution for that? Thank you!
-
This reply was modified 2 years, 11 months ago by
laaika.
Plugin Support
Yann
(@collet)
Apologies for the oversight. You’ll also need to include the following CSS code beneath the one provided previously:
.tw-blog-grid .hentry .entry-content {
pointer-events: auto;
}
Your videos should function properly now. 🙂
Thread Starter
laaika
(@laaika)
It works perfect. Thanks a lot, Yann!