Main Header Slider Ethos Theme - Increase Opacity of Title Area

Is there any easy way to increase the opacity of the title area over the main sliders for the Ethos I theme? I had to add a dark transparent box over the main header images for the titles to really pop/be legible, especially on the white or light colored header photos. Thanks.

Hello Kurt,

Please try adding the following custom CSS on Theme Option > Global CSS:

.x-post-carousel .h-entry-cover:before {
    background-color: rgba(0,0,0,0.5); /*Adjust .5 to make it darker. Maximum value is 1*/
 
}

Hope this helps.

As always, excellent and precise help - worked flawlessly.
Thank you.

You’re welcome!
It’s really good to know that it has worked for you.

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