I am currently working on customising the welcome page for my Bigcartel site.
I am using the Neat theme and would like to remove the grid filter that appears over the slideshow to appear clean.
I was wondering if it's possible in Big Cartel and what was the process to follow?
I've tried this so far..
.slideshow div.featured_holder {
background: none;
}
After fiddling around with the CSS, I was able to remove the texture and darkening of the image with these two changes.
First, find this in your CSS:
Now, you're going to want to remove this line entirely to remove the textured overlay:
To remove the image darkening, simply change this:
To this:
Your slideshow images should appear normal with those two changes.