0

I am currently working on customizing 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 image1 to appear clean image2

I was wondering if it's possible in Big Cartel and what was the process to follow?

2 Answers2

0

To remove the grid, you'll need to drop the following code into the bottom of the CSS section in your Customize Design area:

.slideshow div.featured_holder {
  background: none;
}
Nick Endle
  • 945
  • 1
  • 5
  • 10
-1

add this in your css

.slideshow .featured_holder { background-image:none }

user1950896
  • 151
  • 1
  • 8