How do i remove the gradient in the Image Show GK4 storebox style
I've tried removing the image from the image folder and i've tried replacing it with an image set to opacity 0% (eg. nothing showing in the image) I've also tried to comment out the following in the style.css
- Code: Select all
.gkIsWrapper-gk_storebox .gkIsOverlay {
background: transparent url('images/header_gradient01.png') repeat-x 0 0;
height: 100%;
position: absolute;
width: 100%;
z-index: 100;
}
Any help apreciated