Hi, how do I remove author category and date from post carousel and retain just the title in the middle when I hover over the mouse cursor? I’ve read a lot of such posts with similar questions, but no CSS code worked correctly. Thanks!
Hi Artur,
Thanks for reaching out.
This CSS should work, and should be placed in Theme Options > CSS
.x-post-carousel-meta {
display: none !important;
}
.x-post-carousel.unstyled .entry-cover:hover .h-entry-cover {
top: 0 !important;
padding-top: 29% !important;
}
But, it will only work if there are no other malformed CSS on your site. Please make sure to remove your other custom CSS while testing it.
Thanks!
Thank you so much Rad!
You are most welcome.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.