Pro > Ethos > Remove Post Meta from Post Slider

Hello– I would like to remove the post meta (categories and date) that show up above the title in the Post Slider in Ethos.

Example:

Please advise :slight_smile:

Hello @TonyBear,

Please try adding the following CSS code on Theme Options > Global CSS

.blog .x-post-slider-entry .featured-meta {
    display: none;
}

Hope this helps.

Perfect! Thank you (I realize now I should have been able to figure that one out, but do appreciate the help)

You’re most welcome, @TonyBear. :slight_smile:

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