Is there a way to make the pictures in the carousel to not switch views? (hovering over picture)
Hi Michael,
Please go to X > Theme Options > CSS and add the code below:
.x-post-carousel.unstyled .entry-cover:hover .h-entry-cover {
top: calc(100% - 4em);
}
.x-post-carousel-meta {
display: none;
}
1- I have found the proper CSS code selector using the Chrome browser Developer Toolbar:
2- For the CSS code itself, I suggest that you get started with this tutorial:
Thank you.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.