Search code examples
themesneatbigcartel

Bigcartel - Neat theme removing picture grid theme slider


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?


Solution

  • 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;
    }