Remove text from carousel pictures

Is there a way to make the pictures in the carousel to not switch views? (hovering over picture)

https://cruiserbikefan.com/

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:

https://www.youtube.com/watch?v=wcFnnxfA70g

2- For the CSS code itself, I suggest that you get started with this tutorial:

https://www.youtube.com/watch?v=yfoY53QXEnI

Thank you.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.