How to remove author, category and date

Hello

First see this snapshot https://snag.gy/xsJ74z.jpg
on the top left side, the first block image on header. When hover on that image author, category and date comes
I want to remove all that on hover only and want to be show like this one https://snag.gy/cjbHTY.jpg

please help

Hi Rohit,

Thanks for writing in!

To resolve your issue, remove the author, category and date of the carousel and change the hover display, please add the following CSS code in the X > Theme Options > Global CSS (http://prntscr.com/evui3r)

.site .x-post-carousel-meta {
    display: none;
}

.site .h-entry-cover:before {
    height: 20em;
}

.site .x-post-carousel.unstyled .entry-cover:hover .h-entry-cover {
    top: 0;
    padding-top: 30%;
}

We would loved to know if this has work for you. Thank you.

Works Perfectly, Thanks so Much

You’re welcome. Glad we’re able to help.

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