Hello!
I had my post carousel set up to display the author, post title, and date on hover. Over the weekend, something changed somewhere and now it displays all the categories where the title used to be. Here is what I have in custom css:
/Post Carousel on Home Page – Show full post title on hover/
.x-post-carousel .x-post-carousel-meta>span {
text-overflow: clip;
white-space: normal;
height: auto;
}
/Adjust font size on post carousel hover/
.x-post-carousel-meta>span.entry-cover-categories {
font-size: 18px; /Change this to your preferred font size for the title/
}
.x-post-carousel-meta>span.entry-cover-date {
font-size: 15px; /Change this to your preferred font size for the date/
So what I’m trying to achieve is getting this back to Author on the top, Post Title in the center, Date on the bottom on hover. I am up to date on the theme and WordPress, we have a php upgrade pending for tonight.
Thanks in advance for your help!

