Is there a way to keep the hover color and text on ethos carousel post slider in the same position I would like to keep category in same place as the original text before hover and change color.
This is the CSS I am using
over-author, .entry-cover-date{
display: none!important;
}
.x-post-carousel .entry-cover-date {
display: none;
}
.x-post-slider .featured-meta {
display: none;
}
.x-post-slider .featured-meta {
display: none;
}
}
.x-post-slider-entry .featured-meta{
display:none
}
.p-meta > span:nth-child(1),
.p-meta > span:nth-child(2) {
display: none;
}
.single-post .type-post .entry-featured {
display: none;
}
.single .entry-header {
display: none;
}
.h-entry-cover:before {
background-color: rgba(2, 3, 2, 0.85);
}
.entry-cover:hover .h-entry-cover:before {
background-color: rgba(51, 113, 82, 0.32);
}

