Shape 5

Joomla Templates => News Blog - Club => : sanelson March 29, 2018, 11:52:56 PM



: My images are covered by a smoky grey overlay
: sanelson March 29, 2018, 11:52:56 PM
I'm posting my question here because I cannot find an s5_image_and_content_fader setting that will turn off the smoky overlay that covers my images. I searched the s5_image_and_content_fader forum with no luck.

I realize the purpose of the smoky overlay is to allow the white foreground text to be visible no matter the color of the image behind it. However, in the News Blog, I simply want to use the s5_image_and_content_fader as a slide show without anything in front of my images. No text, no thumbnails, and no smoky overlay.

I figured out how to turn the text off. I played with the opacity settings, but they didn't remove the smoky overlay.

Also, I cannot find away to stop the thumbnails from displaying.

Thanks for any help anyone can give.


: Re: My images are covered by a smoky grey overlay
: jonahh March 30, 2018, 10:37:11 AM
Hello,

The background is set and can be removed here:

:
.withArrows a.open {
    background: #333 !important;}

template.css line 2146


: SOLUTION: My images are covered by a smoky grey overlay
: sanelson April 01, 2018, 04:49:50 PM
Changing that line to to the following worked great:

     .withArrows a.open {
          background: none !important;}

Thanks for your help Jonahh.