I would just like to remove the opacity box from my Home page slider, I just want the slider to be images. How do I edit the CSS to remove the opacity box?
Hello, Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .slide .slide-content.entry { display: none; }