Hi I love the post carousel but when I hover over the posts I would like to not see the author, catagory, and date. Also I would not like it to be able to be clicked into. Almost like it is just an image carousel. Is this possible? Thank you in advanced. Site
Actually, how do I just make it an image carousel? I don’t even want the post titles showing either. Thanks!
Hi Mark,
Thank you for reaching out to us. You can do this with custom CSS, try adding the following code in the Theme Options > CSS:
.x-post-carousel .x-post-carousel-meta, .x-post-carousel .h-entry-cover {
display: none;
}
.x-post-carousel .entry-cover {
pointer-events: none;
}
Don’t forget to clear all caches including your browser’s cache after adding the code. Let us know how this goes!
This is perfect. Thank you!
We are delighted to assist you with this.
Cheers!
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.