Post Carousel and Post Slider without Date and Author

Hey There,

I am using the X Theme (Ethos Stack) for a new Website Project.

On this Website I use the Post Carousel and the Post Slider as Well.

How can I hide the Author and the Date as well?
I just want to show the Categories.

Thanks for helping!

Greetings
Andy

Hi Andy,

Thanks for writing in! You can try adding the following CSS rule into your Theme Options > Global CSS area.

.x-post-carousel .entry-cover-date {
    display: none;
}
.x-post-slider .featured-meta {
    display: none;
}

Hope that helps.

Hey There,

the code worked perfectly.

Thanks for helping.

Greetings
Andy

Glad we were able to help :slight_smile:

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