Forums
Home / Fixing WordPress / Slider Overlay (remove or reduce opacity)
(@grdaemon)
1 month, 1 week ago
Good day everyone. I need to remove an overlay that my theme slider has (or reduce opacity) Any ideas? Thanks
The page I need help with: [log in to see the link]
(@somnath2016)
Hello @grdaemon ,
You can use this custom CSS code to reduce opacity.
.banner-content-overlay .entry-image::before {position: absolute;content: "";inset: 0;height: 100%;width: 100%;background-color: rgba(0, 0, 0, 0.7);}
Thank You
Thank you mate, that did the job just fine ??
You are most welcome . ??