Ask your WordPress questions! Pay money and get answers fast! Comodo Trusted Site Seal
Official PayPal Seal

Revolution Slider Color Overlay Problem WordPress

  • SOLVED

For the life of me I can't figure out why I'm having this dark grey overlay on all my sliders.

http://abba3.clientamos.com/services/design-build/

I'm using Revolution Slider Version 4.6.5

Answers (2)

2016-01-15

Darlene Grace Arcenal answers:

Go to your /wp-content/themes/industrial/style.css and look for .slotholder::after around line 381 and remove background: rgba(58, 61, 65, 0.8);

2016-01-15

Reigel Gallarde answers:

if you can add a css to your theme, add this..

.slotholder:after {
background: none!important;
}