Change color of post carousel hover

Hello,

I am looking to change the color of the overlay for the post carousel (that pops up when you hover over it). Right now it is black, but we want it to be our brand’s color.

Is there a code you can provide for this?

Hi @Boinsd,

Thanks for writing in!

To achieve what you have in mind, please add the following CSS code in the X > Theme Options > Global CSS (http://prntscr.com/evui3r)

.x-post-carousel .entry-cover:hover .h-entry-cover:before, 
.x-post-carousel .h-entry-cover:before {
    background-color: #0094ca;
    opacity: 0.75;
}

Hope this helps. Please let us know how it goes.

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