Ethos carousel remove title, keep hover category

Hi, I would like to have the title not show, but still have the category and category background.

I saw how to remove the title but then the category background disappeared.

Or is it possible to have no text with the screened background and a link?

Hello @visinno,

Thanks for posting in!

Do you want something like this?

If that is the case, please add the following CSS code in the X > Theme Options > Global CSS (http://prntscr.com/evui3r)

.x-post-carousel-item .h-entry-cover {
    top: 100%;
}

.h-entry-cover span {
    display: none;
}

Please let us know if this works out for you.

Is it possible to have one of the carousel pictures not have a screen on hover?

Hello @visinno-osl,

It might be possible but the text will not be readable. Unless you will change it to a darker color:

.x-post-carousel-item .h-entry-cover {
    top: 100%;
}

.h-entry-cover span {
    display: none;
}

.entry-cover:hover .h-entry-cover:before {
    background-color: rgba(0,0,0,0.85) !important;
}

Hope this helps.

What I want is only 5 images in the carousel with the middle one being the company logo, which would link back to the home page. Is this possible?

Krina

Hello Krina,

Please be advised that the carousel will display the latest post items or the items using the order you have selected in X > Theme Options > Ethos > Post Carousel. Adding a company logo to it that would link back to the homepage will require a complete recoding of the carousel which is beyond the scope of our support. It can be done with custom development. You might need to contact someone with complete understanding of the carousel and how it works.

Thank you for your understanding.

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