Keep Hover and Cover and Text in same position Ethos Carousel

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);
}

Hey George,

That is possible but would require custom development. Please note that we do not provide custom development as part of our theme support.

Please consult with a developer for theme customizations beyond what’s offered in the Theme Options and Builder controls.

You can also sign up to One where we could answer custom development questions.

Thank you for understanding.

Understandable I will see what I can do thanks

Thank you, George.

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